Browse Source

AMBARI-5991. "All | None" should be displayed in one line. (Max Shepel via akovalenko)

Aleksandr Kovalenko 11 years ago
parent
commit
f38b5b8ac3
1 changed files with 1 additions and 3 deletions
  1. 1 3
      ambari-web/app/templates/wizard/step6.hbs

+ 1 - 3
ambari-web/app/templates/wizard/step6.hbs

@@ -32,9 +32,7 @@
 
             <th>
               <a href="#" {{bindAttr class="header.allChecked:selected:deselected"}}
-                {{action "selectAllNodes" header target="controller"}}>{{t all}}</a> |
-
-              <a href="#" {{bindAttr class="header.noChecked:selected:deselected"}}
+                {{action "selectAllNodes" header target="controller"}}>{{t all}}</a>&nbsp;|&nbsp;<a href="#" {{bindAttr class="header.noChecked:selected:deselected"}}
                 {{action "deselectAllNodes" header target="controller"}}>{{t none}}</a>
             </th>