Преглед изворни кода

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

Torkel Ödegaard пре 8 година
родитељ
комит
04bb2b8ce8
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', () => {