Browse Source

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

atkach 11 năm trước cách đây
mục cha
commit
c622ff7bed
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      ambari-web/app/utils/host_progress_popup.js

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

@@ -535,6 +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();
           } else {
             this.set("isHostListHidden", false);
             this.set("isServiceListHidden", true);