Repository: ambari Updated Branches: refs/heads/trunk 9ff0e9808 -> f38b5b8ac
AMBARI-5991. "All | None" should be displayed in one line. (Max Shepel via akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f38b5b8a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f38b5b8a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f38b5b8a Branch: refs/heads/trunk Commit: f38b5b8ac3edb4adea1449703422970e9bf90a4d Parents: 9ff0e98 Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Jun 2 19:08:33 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Jun 2 19:12:24 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step6.hbs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f38b5b8a/ambari-web/app/templates/wizard/step6.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step6.hbs b/ambari-web/app/templates/wizard/step6.hbs index 12ae8c2..821054f 100644 --- a/ambari-web/app/templates/wizard/step6.hbs +++ b/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> | <a href="#" {{bindAttr class="header.noChecked:selected:deselected"}} {{action "deselectAllNodes" header target="controller"}}>{{t none}}</a> </th>
