We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b46c57 commit c802a57Copy full SHA for c802a57
src/pageLayout/containers/TreeNav.tsx
@@ -187,7 +187,17 @@ const TreeSidebar: FC<ReduxProps> = ({
187
/>
188
)}
189
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
201
{isFlagEnabled('helpBarSfdcIntegration') && (
202
<TreeNav.SubItem
203
id="contactSupport"
0 commit comments