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 4783139426
commit 25d6abd220
1 changed files with 3 additions and 0 deletions

View File

@ -1365,6 +1365,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);