From 1dca4aa3bc3df0bc79ec12466d0bbb0d543895e7 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 16 Dec 2011 11:31:52 -0800 Subject: [PATCH] cloudStack 3.0 new UI - system - public - details tab - remove ID and zoneID that are useless for public network. --- ui/scripts/system.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 81e42176a5b..c3ea1ecfb9d 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -141,11 +141,9 @@ details: { title: 'Details', fields: [ - { - id: { label: "ID" }, + { traffictype: { label: 'Traffic type' }, - broadcastdomaintype: { label: 'Broadcast domain type' }, - zoneid: { label: 'Zone ID' } + broadcastdomaintype: { label: 'Broadcast domain type' } } ],