From 38a269c1bfe5e92cc59c107154cc05a0ffae2fec Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 7 Aug 2012 13:46:12 -0700 Subject: [PATCH] CS-15861: Validate form fields before showing autoscale UI --only applies to new LB rule form, not existing LB rules. --- ui/scripts/network.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index b3c01d25231..f6439d32697 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -2279,6 +2279,7 @@ 'autoScale': { label: 'AutoScale', custom: { + requireValidation: true, buttonLabel: 'label.configure', action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler) }