From 44c38a3efc303dd825532a55f265d1d121e70321 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 20 Dec 2011 13:44:27 -0800 Subject: [PATCH] cloudstack 3.0 new UI - system - guest - details tab - Remove ID (physical netework ID) field from "Details" page, this info is irrelevant because this is not the ID of the network, and won't be used anywhere in the UI. [reviewed-by Alena] --- ui/scripts/system.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 24e18c67355..d3cb40e98b8 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -351,8 +351,7 @@ return hiddenFields; }, fields: [ - { - id: { label: 'ID' }, + { state: { label: 'State' }, startVlan: { label: 'Start Vlan',