Skip to content

Commit c802a57

Browse files
authored
feat: add status page in help bar sub menu (#4782)
1 parent 5b46c57 commit c802a57

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/pageLayout/containers/TreeNav.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,17 @@ const TreeSidebar: FC<ReduxProps> = ({
187187
/>
188188
)}
189189
/>
190-
190+
<TreeNav.SubItem
191+
id="status-page"
192+
label="Status Page"
193+
testID="nav-subitem-status"
194+
linkElement={() => (
195+
<SafeBlankLink
196+
href="https://status.influxdata.com"
197+
onClick={() => handleEventing('status-page')}
198+
/>
199+
)}
200+
/>
191201
{isFlagEnabled('helpBarSfdcIntegration') && (
192202
<TreeNav.SubItem
193203
id="contactSupport"

0 commit comments

Comments
 (0)