mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add new dashboard shortcut
This commit is contained in:
parent
32f9a42d5e
commit
e8157f01ec
@ -193,6 +193,10 @@ export class KeybindingSrv {
|
||||
}
|
||||
});
|
||||
|
||||
this.bind('d n', e => {
|
||||
this.$location.url("/dashboard/new");
|
||||
});
|
||||
|
||||
this.bind('d r', () => {
|
||||
scope.broadcastRefresh();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user