mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Playlist: fixed issue where dashboard title was not visible when playing playlist
This commit is contained in:
@@ -36,9 +36,6 @@ function(angular, _, config) {
|
||||
self.originalPath = $location.path();
|
||||
});
|
||||
|
||||
this.ignoreChangeCheck = function() {
|
||||
};
|
||||
|
||||
window.onbeforeunload = function() {
|
||||
if (contextSrv.hasRole('Viewer')) { return true; }
|
||||
if (self.has_unsaved_changes()) {
|
||||
|
||||
-9
File diff suppressed because one or more lines are too long
Vendored
-9
File diff suppressed because one or more lines are too long
Vendored
-9
File diff suppressed because one or more lines are too long
Vendored
-2634
File diff suppressed because one or more lines are too long
Vendored
-2634
File diff suppressed because one or more lines are too long
@@ -36,7 +36,6 @@
|
||||
.grafana-menu-zoom-out,
|
||||
.add-row-panel-hint,
|
||||
.grafana-menu-refresh,
|
||||
.top-nav-dashboards-btn,
|
||||
.top-nav-dash-actions {
|
||||
display:none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user