Skip to content

Commit e185d62

Browse files
committed
Fix defaults.xml so that it renders all dashboards
automatically. It uses the match " - " since dashboards are of the form APP_LABEL - DASHBOARD_NAME
1 parent 2ca0c68 commit e185d62

File tree

1 file changed

+3
-3
lines changed
  • contentctl/templates/app_template/default/data/ui/nav

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav search_view="search" color="#65A637">
22
<view name="escu_summary" default="true"/>
3-
<view name="feedback"/>
43
<view name="search"/>
5-
<view name="dashboards"/>
6-
<a href="http://docs.splunk.com/Documentation/ESSOC">Docs</a>
4+
<collection label="Dashboards">
5+
<view source="unclassified" match=" - "/>
6+
</collection>
77
</nav>

0 commit comments

Comments
 (0)