Commit e8157f01 by Mitsuhiro Tanda

add new dashboard shortcut

parent 32f9a42d
...@@ -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