fix broken 'd r' shortcut (refresh dashboard) (#10199)

This commit is contained in:
Alexander Zobnin 2017-12-13 19:48:58 +03:00 committed by Torkel Ödegaard
parent fa29ff0d79
commit 3cdf0af398

View File

@ -189,7 +189,7 @@ export class KeybindingSrv {
});
this.bind('d r', () => {
scope.broadcastRefresh();
scope.ctrl.timeSrv.refreshDashboard();
});
this.bind('d s', () => {