Commit 1e1a6df4 by Torkel Ödegaard

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

parent 7aa1ab85
......@@ -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()) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment