From 2a6e0ac5447f3ac20f6507178182bf782eb1df40 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 15 Dec 2011 13:29:21 -0800 Subject: [PATCH] bug 12521: cloudstack 3.0 new UI - public network - remove gateway, netmask, IP range. --- ui/scripts/system.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 4dac8ec6f90..7d719d92c30 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -147,11 +147,7 @@ { id: { label: "ID" }, broadcastdomaintype: { label: 'Broadcast domain type' }, - traffictype: { label: 'Traffic type' }, - gateway: { label: 'Gateway' }, - netmask: { label: 'Netmask' }, - startip: { label: 'Start IP' }, - endip: { label: 'End IP' }, + traffictype: { label: 'Traffic type' }, zoneid: { label: 'Zone ID' }, networkofferingid: { label: 'Network offering ID' }, networkofferingname: { label: 'Network offering name' },