mirror of https://github.com/apache/cloudstack.git
Add Network Offering dialog - trigger change event to show/hide fields when the dialog box is opened. [reviewed-by: Brian]
This commit is contained in:
parent
11b92465b8
commit
92c8a1d4d4
|
|
@ -995,6 +995,8 @@
|
|||
|
||||
$(':ui-dialog').dialog('option', 'position', 'center');
|
||||
});
|
||||
|
||||
args.$form.change();
|
||||
},
|
||||
fields: {
|
||||
name: { label: 'label.name', validation: { required: true } },
|
||||
|
|
|
|||
Loading…
Reference in New Issue