ux: minor changes

This commit is contained in:
Torkel Ödegaard 2017-08-17 15:52:22 +02:00
parent 4e66fd72d3
commit 11f6c4eb28
2 changed files with 1 additions and 12 deletions

View File

@ -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...',

View File

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