Commit 11f6c4eb by Torkel Ödegaard

ux: minor changes

parent 4e66fd72
......@@ -125,12 +125,6 @@ export class NavModelSrv {
});
}
menu.push({
title: 'Shortcuts',
icon: 'fa fa-fw fa-keyboard-o',
clickHandler: () => dashNavCtrl.showHelpModal()
});
if (this.contextSrv.isEditor && !dashboard.meta.isFolder) {
menu.push({
title: 'Save As...',
......
......@@ -3,12 +3,6 @@
width: 100%;
}
.page-dashboard {
.main-view {
background-image: none;
}
}
.template-variable {
color: $variable;
}
......@@ -40,6 +34,7 @@ div.flot-text {
.panel-container {
background-color: $panel-bg;
border: $panel-border;
position: relative;
&.panel-transparent {
......
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