Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.1 d89bbd499 -> 9f3ba79eb


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


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

Branch: refs/heads/branch-1.6.1
Commit: 9a9aca7b70ec06a5c00ebd7ca0b0100cca64e649
Parents: d89bbd4
Author: Alex Antonenko <[email protected]>
Authored: Fri Jul 4 16:16:51 2014 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Fri Jul 4 19:32:57 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/9a9aca7b/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..3d78986 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">

Reply via email to