UI, add network offering: Disable VPC virtual router by default

reviewed-by: jessica
This commit is contained in:
Brian Federle 2012-08-27 15:31:39 -07:00
parent 7e591a442d
commit 21904cf33b
1 changed files with 3 additions and 0 deletions

View File

@ -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);