From 8bd0012e337de7d1d392d36fd8790e7bbf422e0f Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 16 Aug 2012 17:18:39 +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 192dda24f6d..0c1a5a3fe38 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) }