mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Readded link in top header, Fixes #1756
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user