CS-15861: Validate form fields before showing autoscale UI

--only applies to new LB rule form, not existing LB rules.
This commit is contained in:
Brian Federle 2012-08-07 13:46:12 -07:00 committed by Vijay Venkatachalam
parent 2e4923a286
commit 9076ee5018

View File

@ -2455,6 +2455,7 @@
'autoScale': {
label: 'AutoScale',
custom: {
requireValidation: true,
buttonLabel: 'label.configure',
action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler)
}