mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 01:48:54 +00:00
Adding dropdown menu link to the dashboards page
This commit is contained in:
parent
0b6d2b4486
commit
55d8f9e01c
@ -36,6 +36,7 @@
|
||||
ng-show="$ctrl.currentUser.hasPermission('create_dashboard') && ($ctrl.groupedDashboards.length > 0 || $ctrl.otherDashboards.length > 0)"></li>
|
||||
<li><a data-toggle="modal" href="#new_dashboard_dialog"
|
||||
ng-show="$ctrl.currentUser.hasPermission('create_dashboard')">New Dashboard</a></li>
|
||||
<li><a href="dashboards">Dashboards</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown" ng-show="$ctrl.showQueriesMenu" uib-dropdown>
|
||||
|
Loading…
Reference in New Issue
Block a user