Updated Branches: refs/heads/autoscale 7dbdf1f0e -> 92ff9b03e
CS-15861: Validate form fields before showing autoscale UI --only applies to new LB rule form, not existing LB rules. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/92ff9b03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/92ff9b03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/92ff9b03 Branch: refs/heads/autoscale Commit: 92ff9b03eff6051da37ae6b65c75d898f83d206d Parents: fff8576 Author: Brian Federle <[email protected]> Authored: Tue Aug 7 13:46:12 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Aug 7 13:53:59 2012 -0700 ---------------------------------------------------------------------- ui/scripts/network.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92ff9b03/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 243c474..fbd09ce 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -2051,6 +2051,7 @@ 'autoScale': { label: 'AutoScale', custom: { + requireValidation: true, buttonLabel: 'label.configure', action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler) }
