mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Playlist: fixed issue where dashboard title was not visible when playing playlist
This commit is contained in:
parent
7aa1ab855e
commit
1e1a6df480
@ -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
public/css/bootstrap-responsive.min.css
vendored
9
public/css/bootstrap-responsive.min.css
vendored
File diff suppressed because one or more lines are too long
9
public/css/bootstrap.dark.min.css
vendored
9
public/css/bootstrap.dark.min.css
vendored
File diff suppressed because one or more lines are too long
9
public/css/bootstrap.light.min.css
vendored
9
public/css/bootstrap.light.min.css
vendored
File diff suppressed because one or more lines are too long
2634
public/css/grafana.dark.min.css
vendored
2634
public/css/grafana.dark.min.css
vendored
File diff suppressed because one or more lines are too long
2634
public/css/grafana.light.min.css
vendored
2634
public/css/grafana.light.min.css
vendored
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user