cloudstack 3.0 new UI - system - public network - details tab - remove useless fields.

This commit is contained in:
Jessica Wang 2011-12-15 15:26:53 -08:00
parent e60f356f62
commit 5493880b37
1 changed files with 4 additions and 33 deletions

View File

@ -140,41 +140,12 @@
tabs: {
details: {
title: 'Details',
fields: [
{
networkofferingdisplaytext: { label: "Network offering description" }
},
fields: [
{
id: { label: "ID" },
broadcastdomaintype: { label: 'Broadcast domain type' },
traffictype: { label: 'Traffic type' },
zoneid: { label: 'Zone ID' },
networkofferingid: { label: 'Network offering ID' },
networkofferingname: { label: 'Network offering name' },
networkofferingavailability: { label: 'network offering availability' },
isshared: {
label: 'Shared',
converter: cloudStack.converters.toBooleanText
},
issystem: {
label: 'System',
converter: cloudStack.converters.toBooleanText
},
isdefault: {
label: 'Default',
converter: cloudStack.converters.toBooleanText
},
securitygroupenabled: {
label: 'Security group enabled',
converter: cloudStack.converters.toBooleanText
},
state: { label: 'State' },
related: { label: 'Related' },
dns1: { label: 'DNS 1' },
dns2: { label: 'DNS 2' },
vlan: { label: 'VLAN' },
domainid: { label: 'Domain ID' },
account: { label: 'Account' }
traffictype: { label: 'Traffic type' },
broadcastdomaintype: { label: 'Broadcast domain type' },
zoneid: { label: 'Zone ID' }
}
],