Przeglądaj źródła

Merge branch 'develop' of github.com:grafana/grafana into develop

Torkel Ödegaard 8 lat temu
rodzic
commit
04bb2b8ce8
1 zmienionych plików z 1 dodań i 1 usunięć
  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', () => {