Browse Source

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

Alexander Zobnin 8 years ago
parent
commit
3cdf0af398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/core/services/keybindingSrv.ts

+ 1 - 1
public/app/core/services/keybindingSrv.ts

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