mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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:
parent
a7138d9665
commit
58de3c3dfe
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user