Bläddra i källkod

AMBARI-6861. Cancelling 'HDFS Rebalance' process breaks layout. (Max Shepel via akovalenko)

Aleksandr Kovalenko 11 år sedan
förälder
incheckning
2b6b5bc473
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      ambari-web/app/utils/host_progress_popup.js

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

@@ -840,6 +840,7 @@ App.HostPopup = Em.Object.create({
           this.set("isHostListHidden", true);
           this.set("isServiceListHidden", false);
           this.set("isTaskListHidden", true);
+          this.set("isLogWrapHidden", true);
           this.set("hosts", null);
           this.get("controller").setBackgroundOperationHeader(false);
           this.switchLevel("REQUESTS_LIST");