ux(dashboard): began removing build mode and adding new slide out row menu

This commit is contained in:
Torkel Ödegaard
2016-11-03 15:50:11 +01:00
parent f91e067235
commit 3e712178cc
9 changed files with 88 additions and 228 deletions

View File

@@ -79,9 +79,9 @@ export class KeybindingSrv {
}
setupDashboardBindings(scope, dashboard) {
this.bind('b', () => {
dashboard.toggleEditMode();
});
// this.bind('b', () => {
// dashboard.toggleEditMode();
// });
this.bind('ctrl+o', () => {
dashboard.sharedCrosshair = !dashboard.sharedCrosshair;