فهرست منبع

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

Alexander Zobnin 8 سال پیش
والد
کامیت
3cdf0af398
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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', () => {
-      scope.broadcastRefresh();
+      scope.ctrl.timeSrv.refreshDashboard();
     });
 
     this.bind('d s', () => {