mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - tier - tier detail - hide View IP Addresses until JS error "$browser is undefined" is fixed.
This commit is contained in:
parent
f9552f4707
commit
32873b3c4e
|
|
@ -1096,6 +1096,9 @@
|
|||
tiers: {
|
||||
detailView: { //duplicate from cloudStack.sections.network.sections.networks.listView.detailView (begin)
|
||||
name: 'Guest network details',
|
||||
|
||||
//comment out until JS error "$browser is undefined" is fixed
|
||||
/*
|
||||
viewAll: {
|
||||
path: 'network.ipAddresses',
|
||||
label: 'label.menu.ipaddresses',
|
||||
|
|
@ -1152,6 +1155,8 @@
|
|||
return false;
|
||||
}
|
||||
},
|
||||
*/
|
||||
|
||||
actions: {
|
||||
edit: {
|
||||
label: 'label.edit',
|
||||
|
|
|
|||
Loading…
Reference in New Issue