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