Skip to content

Commit ebe37bb

Browse files
authored
Merge pull request #3342 from splunk/show_dashboards_dropdown
Show dashboard objects in dropdown
2 parents 90d46c5 + 13faf1c commit ebe37bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app_template/default/data/ui/nav/default.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<view name="escu_summary" default="true"/>
33
<view name="feedback"/>
44
<view name="search"/>
5-
<view name="dashboards"/>
6-
<a href="http://docs.splunk.com/Documentation/ESSOC">Docs</a>
5+
<collection label="Dashboards">
6+
<view source="unclassified" match=" - "/>
7+
</collection>
8+
<a href="https://docs.splunk.com/Documentation/ESCU">Docs</a>
79
</nav>

0 commit comments

Comments
 (0)