From 3cdf0af3987ce031f76651da832996c5aff20636 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 13 Dec 2017 19:48:58 +0300 Subject: [PATCH] fix broken 'd r' shortcut (refresh dashboard) (#10199) --- public/app/core/services/keybindingSrv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/services/keybindingSrv.ts b/public/app/core/services/keybindingSrv.ts index 362b20fc307..e07c0c7ebee 100644 --- a/public/app/core/services/keybindingSrv.ts +++ b/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', () => {