From 9076ee50187e91f9d4ff5e559c59b694c40d4bcf 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 c4b57718bc3..4df73b35313 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -2455,6 +2455,7 @@ 'autoScale': { label: 'AutoScale', custom: { + requireValidation: true, buttonLabel: 'label.configure', action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler) }