Skip to content

Commit

Permalink
Put UDD side bar menu item after QE
Browse files Browse the repository at this point in the history
* Rename dashboard to User Dashboards and move it after statistics

Change-Id: I972077a3d9947e0d8cad3856c29303037813c1b3
Related-Bug: #1638137
  • Loading branch information
Zheyang Song authored and skizhak committed Nov 7, 2016
1 parent d557d34 commit 2a0ac87
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions webroot/menu.xml
Expand Up @@ -1164,21 +1164,6 @@ and need to add the iconClass tag wherever we need to show some icons
</orchModels>
</access>
<items>
<item>
<label>Dashboards</label>
<iconClass>menu-icon fa fa-dashboard</iconClass>
<init>/reports/udd/ui/js/controller.udd.init.js</init>
<items>
<item>
<hash>query_udd_webController</hash>
<label>Web Controller</label>
<loader>
<class>UDDLoader</class>
</loader>
<searchStrings>User-defined Dashboard</searchStrings>
</item>
</items>
</item>
<item>
<label>Flows</label>
<iconClass>menu-icon fa fa-exchange</iconClass>
Expand Down Expand Up @@ -1272,6 +1257,21 @@ and need to add the iconClass tag wherever we need to show some icons
</item>
</items>
</item>
<item>
<label>User Dashboards</label>
<iconClass>menu-icon fa fa-dashboard</iconClass>
<init>/reports/udd/ui/js/controller.udd.init.js</init>
<items>
<item>
<hash>query_udd_webController</hash>
<label>Web Controller</label>
<loader>
<class>UDDLoader</class>
</loader>
<searchStrings>User-defined Dashboard</searchStrings>
</item>
</items>
</item>
</items>
</item>
</items>
Expand Down

0 comments on commit 2a0ac87

Please sign in to comment.