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:
Jessica Wang 2012-07-13 13:07:11 -07:00
parent f9552f4707
commit 32873b3c4e
1 changed files with 5 additions and 0 deletions

View File

@ -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',