Просмотр исходного кода

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

atkach 11 лет назад
Родитель
Сommit
ba20129492
1 измененных файлов с 1 добавлено и 1 удалено
  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 () {
         setOnStart: function () {
           if (this.get("controller.showServices")) {
           if (this.get("controller.showServices")) {
             this.get('controller').setSelectCount(this.get("services"), this.get('categories'));
             this.get('controller').setSelectCount(this.get("services"), this.get('categories'));
-            this.get("controller").onServiceUpdate();
+            this.updateHostInfo();
           } else {
           } else {
             this.set("isHostListHidden", false);
             this.set("isHostListHidden", false);
             this.set("isServiceListHidden", true);
             this.set("isServiceListHidden", true);