فهرست منبع

AMBARI-2446. Show badge even when the number of running background ops is 0. (Oleg Nechiporenko via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1495227 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 سال پیش
والد
کامیت
26e883fd70
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      ambari-web/app/templates/application.hbs

+ 2 - 0
ambari-web/app/templates/application.hbs

@@ -31,6 +31,8 @@
                 {{#with App.router.backgroundOperationsController}}
                   {{#if allOperationsCount}}
                       <span class="label operations-count" {{action "showPopup" target="App.router.backgroundOperationsController"}}>{{allOperationsCount}}</span>
+                      {{else}}
+                      <span class="label" {{action "showPopup" target="App.router.backgroundOperationsController"}}>{{allOperationsCount}}</span>
                   {{/if}}
                 {{/with}}