mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 18:43:13 +08:00
ux: minor changes
This commit is contained in:
@ -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) {
|
if (this.contextSrv.isEditor && !dashboard.meta.isFolder) {
|
||||||
menu.push({
|
menu.push({
|
||||||
title: 'Save As...',
|
title: 'Save As...',
|
||||||
|
@ -3,12 +3,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-dashboard {
|
|
||||||
.main-view {
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.template-variable {
|
.template-variable {
|
||||||
color: $variable;
|
color: $variable;
|
||||||
}
|
}
|
||||||
@ -40,6 +34,7 @@ div.flot-text {
|
|||||||
|
|
||||||
.panel-container {
|
.panel-container {
|
||||||
background-color: $panel-bg;
|
background-color: $panel-bg;
|
||||||
|
border: $panel-border;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&.panel-transparent {
|
&.panel-transparent {
|
||||||
|
Reference in New Issue
Block a user