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

AMBARI-6062. Rolling restart (Panel: Future operations of this batch request can be aborted). (Buzhor Denys via akovalenko)

Aleksandr Kovalenko 11 éve
szülő
commit
840cd1c384

+ 3 - 0
ambari-web/app/styles/application.less

@@ -1833,6 +1833,9 @@ width:100%;
     overflow: auto;
     max-height: 340px;
     width: 100%;
+    &.scheduled{
+      max-height: 255px;
+    }
     .span2{
       width:20%;
       float: left;

+ 1 - 1
ambari-web/app/templates/common/host_progress_popup.hbs

@@ -102,7 +102,7 @@
         </div>
       {{/if}}
     {{/if}}
-    <div id="host-info">
+    <div id="host-info" {{bindAttr class="view.isRequestSchedule:scheduled"}}>
       {{#if view.isHostEmptyList}}
         <div class="log-list-wrap">{{t hostPopup.noHostsToShow}}</div>
       {{else}}