From 32873b3c4ec06ecfd1c228826dce2955e87927c4 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 13 Jul 2012 13:07:11 -0700 Subject: [PATCH] cloudstack 3.0 UI - VPC - tier - tier detail - hide View IP Addresses until JS error "$browser is undefined" is fixed. --- ui/scripts/vpc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index f444acb2cd7..8192c908a8e 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -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',