mirror of https://github.com/apache/cloudstack.git
UI, add network offering: Disable VPC virtual router by default
reviewed-by: jessica
This commit is contained in:
parent
7e591a442d
commit
21904cf33b
|
|
@ -1360,6 +1360,9 @@
|
|||
args.response.success({
|
||||
data: items
|
||||
});
|
||||
|
||||
// Disable VPC virtual router by default
|
||||
args.$select.find('option[value=VpcVirtualRouter]').attr('disabled', true);
|
||||
|
||||
args.$select.change(function() {
|
||||
var $thisProviderDropdown = $(this);
|
||||
|
|
|
|||
Loading…
Reference in New Issue