Updated Branches: refs/heads/autoscale 6da2812c6 -> 57946625e
CS-16004:LB rule name , ports validation missing under the load balancers tab for a basic zone autoscale configuration Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/57946625 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/57946625 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/57946625 Branch: refs/heads/autoscale Commit: 57946625ed331ee2caf58106417a7b74e148e560 Parents: 6da2812 Author: Pranav Saxena <[email protected]> Authored: Thu Aug 16 17:18:39 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Aug 16 17:18:39 2012 +0530 ---------------------------------------------------------------------- ui/scripts/network.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/57946625/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index afba211..fb0b766 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -848,6 +848,7 @@ 'autoScale': { label: 'AutoScale', custom: { + requireValidation: true, buttonLabel: 'label.configure', action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler) }
