ソースを参照

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');
       };