Playlist: fixed issue where dashboard title was not visible when playing playlist

This commit is contained in:
Torkel Ödegaard 2015-04-02 15:37:03 +02:00
parent 7aa1ab855e
commit 1e1a6df480
7 changed files with 0 additions and 5299 deletions

View File

@ -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()) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;
}