فهرست منبع

fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit mode with time range change

Torkel Ödegaard 9 سال پیش
والد
کامیت
f23d72001d
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      public/app/features/dashboard/dashboard_ctrl.ts

+ 0 - 1
public/app/features/dashboard/dashboard_ctrl.ts

@@ -71,7 +71,6 @@ export class DashboardCtrl {
       };
 
       $scope.broadcastRefresh = function() {
-        $rootScope.performance.panelsRendered = 0;
         $rootScope.$broadcast('refresh');
       };