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
parent 365e8803cd
commit 38a269c1bf
1 changed files with 1 additions and 0 deletions

View File

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