Browse Source

AMBARI-12239. If repeatedly do not navigate at flume service page ,Flume agent status will never change at UI (akovalenko)

Aleksandr Kovalenko 10 years ago
parent
commit
82c5c6a183
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ambari-web/app/controllers/global/update_controller.js

+ 2 - 0
ambari-web/app/controllers/global/update_controller.js

@@ -461,6 +461,8 @@ App.UpdateController = Em.Controller.extend({
           requestsRunningStatus["updateServiceMetric"] = false;
         }
       });
+    } else {
+      callback();
     }
   },
   /**