mirror of https://github.com/apache/cloudstack.git
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:
parent
365e8803cd
commit
38a269c1bf
|
|
@ -2279,6 +2279,7 @@
|
|||
'autoScale': {
|
||||
label: 'AutoScale',
|
||||
custom: {
|
||||
requireValidation: true,
|
||||
buttonLabel: 'label.configure',
|
||||
action: cloudStack.uiCustom.autoscaler(cloudStack.autoscaler)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue