Forráskód Böngészése

AMBARI-3303 BG Ops Popup: Request progress is out of sink with actual progress, second patch. (atkach)

atkach 11 éve
szülő
commit
ba20129492
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      ambari-web/app/utils/host_progress_popup.js

+ 1 - 1
ambari-web/app/utils/host_progress_popup.js

@@ -535,7 +535,7 @@ App.HostPopup = Em.Object.create({
         setOnStart: function () {
           if (this.get("controller.showServices")) {
             this.get('controller').setSelectCount(this.get("services"), this.get('categories'));
-            this.get("controller").onServiceUpdate();
+            this.updateHostInfo();
           } else {
             this.set("isHostListHidden", false);
             this.set("isServiceListHidden", true);