From 2ddf088c10bf6f236872d88a6b86cb705a46063f Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 16 Aug 2012 17:16:15 +0530 Subject: [PATCH] CS-16004:LB rule name , ports validation missing under the load balancers tab for a basic zone autoscale configuration --- ui/scripts/network.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 9f601f98f45..a044a56fe8d 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -937,6 +937,7 @@ 'autoScale': { label: 'AutoScale', custom: { + requireValidation: true, buttonLabel: 'label.configure', action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler) }