Updated Branches: refs/heads/master eb91034c6 -> 4df912f6c
adding correct description in the LB config wizard Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4df912f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4df912f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4df912f6 Branch: refs/heads/master Commit: 4df912f6ceae40e340d6f9a6df8019cf92164d6e Parents: eb91034 Author: rekathiru <[email protected]> Authored: Mon Feb 10 10:43:57 2014 +0530 Committer: rekathiru <[email protected]> Committed: Mon Feb 10 10:43:57 2014 +0530 ---------------------------------------------------------------------- .../theme1/partials/configure_stratos_wizard.hbs | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4df912f6/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs index e030c3c..edbbb9d 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs @@ -64,16 +64,13 @@ <div class="row"> <div class="col-md-12"> <form method="post" id="jsonForm" action="{{url "/controllers/wizardSubmit.jag"}}"> - - - {{#ifCond step "==" 4}} - {{#unless config_on}} - <i class="icons-help icons-small-size"></i> Add at least one or choose no.load.balancer {{title}}. - {{/unless}} - {{else}} - <i class="icons-help icons-small-size"></i> Add at least one {{title}}. - {{/ifCond}} - + {{#ifCond step "==" 4}} + {{#if config_on}} + <i class="icons-help icons-small-size"></i> Add at least one {{title}}. + {{else}} + <i class="icons-help icons-small-size"></i> Add at least one {{title}} or skip the configuration. + {{/if}} + {{/ifCond}} <div style="clear: both"></div> {{#ifCond step "==" 1}} <label for="policy" class="required" style="margin-top:10px;">Partition Configuration</label>
