CS-16735: Tier details: Disable IP address tab

Disables IP address tab for VPC tier detail view, as it is redundant
with the 'view all' button.
This commit is contained in:
Brian Federle 2012-11-05 15:04:22 -08:00
parent a7138d9665
commit 58de3c3dfe

View File

@ -1614,7 +1614,8 @@
}
});
var hiddenTabs = [];
var hiddenTabs = ['ipAddresses']; // Disable IP address tab; it is redundant with 'view all' button
if(networkOfferingHavingELB == false)
hiddenTabs.push("addloadBalancer");
return hiddenTabs;