Readded link in top header, Fixes #1756

This commit is contained in:
Torkel Ödegaard
2015-04-15 12:17:31 +02:00
parent 53b1d6a5b2
commit 6ba8854854
4 changed files with 27 additions and 196 deletions

View File

@@ -57,6 +57,11 @@
</ul>
<ul class="nav pull-right">
<li ng-show="dashboardViewState.fullscreen" class="back-to-dashboard-link">
<a ng-click="exitFullscreen()">
Back to dashboard
</a>
</li>
<li ng-repeat="pulldown in dashboard.nav" ng-controller="PulldownCtrl" ng-show="pulldown.enable">
<grafana-simple-panel type="pulldown.type" ng-cloak>
</grafana-simple-panel>