You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/07/04 18:37:48 UTC

git commit: AMBARI-6387. Selected Hosts submenu of Actions dropdown on Hosts page is not disabled when no hosts are selected (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 84368e30a -> 72fdaa36b


AMBARI-6387. Selected Hosts submenu of Actions dropdown on Hosts page is not disabled when no hosts are selected (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/72fdaa36
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/72fdaa36
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/72fdaa36

Branch: refs/heads/trunk
Commit: 72fdaa36b843a873d95e4d8ac20ec9088df2c62d
Parents: 84368e3
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Jul 4 19:37:31 2014 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Jul 4 19:37:31 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/main/host/bulk_operation_menu.hbs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/72fdaa36/ambari-web/app/templates/main/host/bulk_operation_menu.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/host/bulk_operation_menu.hbs b/ambari-web/app/templates/main/host/bulk_operation_menu.hbs
index ab6974e..eec06e4 100644
--- a/ambari-web/app/templates/main/host/bulk_operation_menu.hbs
+++ b/ambari-web/app/templates/main/host/bulk_operation_menu.hbs
@@ -26,7 +26,7 @@
     <li class="dropdown-submenu">
       <a {{bindAttr class="view.parentView.showSelectedFilter::disabled"}} tabindex="-1" href="javascript:void(null);">{{view.menuItems.s.label}}
         ({{view.parentView.selectedHosts.length}})</a>
-        <ul {{bindAttr class="view.parentView.selectedCategory.hasHosts::hidden :dropdown-menu"}}>
+        <ul {{bindAttr class="view.parentView.showSelectedFilter::hidden :dropdown-menu"}}>
           {{#view view.hostItemView}}
               <a href="javascript:void(null);">{{view.label}}</a>
               <ul class="dropdown-menu">
@@ -132,4 +132,4 @@
         </ul>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>