Skip to content

Commit 4986cef

Browse files
committed
Updated Nav Menu
Updated navigation menu with new dashboards.
1 parent b9741c0 commit 4986cef

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed
Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
<nav search_view="search" color="#24292e">
2-
<collection label="Enterprise Server Monitor" default='true'>
2+
<view name="welcome_page" default='true'/>
3+
<collection label="Enterprise Server Monitor">
34
<view source="all" match="monitor" />
45
</collection>
5-
<collection label="Audit" default='true'>
6-
<view source="all" match="audit" />
6+
<collection label="Audit">
7+
<view name="audit_log_activity" />
8+
<view name="repository_audit" />
9+
<view name="user_audit" />
10+
</collection>
11+
<collection label="Security">
12+
<view name="security_alert_overview" />
13+
</collection>
14+
<collection label="Developer Insights">
15+
<view name="value_stream_analytics" />
16+
<view name="workflow_analytics" />
717
</collection>
8-
<view name="integration_monitoring"/>
918
<collection label="Config">
1019
<view source="all" match="config" />
1120
</collection>
12-
<view name="search" />
21+
<view name="search"/>
1322
<view name="dashboards" />
14-
</nav>
23+
<view name="alerts" />
24+
</nav>

0 commit comments

Comments
 (0)