Commit 62979916 by Carl Bergquist Committed by GitHub

Merge pull request #8876 from mtanda/shortcut_new_dashboard

add new dashboard shortcut
parents 4670c749 e8157f01
...@@ -193,6 +193,10 @@ export class KeybindingSrv { ...@@ -193,6 +193,10 @@ export class KeybindingSrv {
} }
}); });
this.bind('d n', e => {
this.$location.url("/dashboard/new");
});
this.bind('d r', () => { this.bind('d r', () => {
scope.broadcastRefresh(); scope.broadcastRefresh();
}); });
......
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