Updated Branches: refs/heads/trunk 422c5f890 -> e6be9e275
AMBARI-3102. Install Wizard > Select Services: "minimum" no longer seem appropriate when de-selecting services as we select none. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/e6be9e27 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e6be9e27 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e6be9e27 Branch: refs/heads/trunk Commit: e6be9e275acbe01fbac24ff32d43e1138eefbd45 Parents: 422c5f8 Author: Yusaku Sako <[email protected]> Authored: Wed Sep 4 17:44:12 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Sep 4 17:50:20 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step4.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e6be9e27/ambari-web/app/templates/wizard/step4.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step4.hbs b/ambari-web/app/templates/wizard/step4.hbs index e82fc4f..182c6bc 100644 --- a/ambari-web/app/templates/wizard/step4.hbs +++ b/ambari-web/app/templates/wizard/step4.hbs @@ -30,7 +30,7 @@ <a href="#" {{action selectAll target="controller"}} {{bindAttr class="isAll:selected:deselected"}}>{{t all}}</a> | <a - href="#" {{action selectMinimum target="controller"}} {{bindAttr class="isMinimum:selected:deselected"}}>{{t minimum}}</a> + href="#" {{action selectMinimum target="controller"}} {{bindAttr class="isMinimum:selected:deselected"}}>{{t none}}</a> </span> </th> <th>{{t common.version}}</th>
