add new dashboard shortcut

This commit is contained in:
Mitsuhiro Tanda 2017-07-18 13:07:39 +09:00
parent 32f9a42d5e
commit e8157f01ec

View File

@ -193,6 +193,10 @@ export class KeybindingSrv {
}
});
this.bind('d n', e => {
this.$location.url("/dashboard/new");
});
this.bind('d r', () => {
scope.broadcastRefresh();
});