You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/11/16 11:00:32 UTC

[37/50] git commit: CS-16004:LB rule name , ports validation missing under the load balancers tab for a basic zone autoscale configuration

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/8bd0012e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8bd0012e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8bd0012e

Branch: refs/heads/master
Commit: 8bd0012e337de7d1d392d36fd8790e7bbf422e0f
Parents: bcaa02f
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Aug 16 17:18:39 2012 +0530
Committer: Vijay Venkatachalam <vi...@citrix.com>
Committed: Fri Nov 16 10:56:52 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/8bd0012e/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 192dda2..0c1a5a3 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -1112,6 +1112,7 @@
                         'autoScale': {
                           label: 'AutoScale',
                           custom: {
+                            requireValidation: true,
                             buttonLabel: 'label.configure',
                             action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler)
                           }