mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 new UI - system - public network - details tab - remove useless fields.
This commit is contained in:
parent
e60f356f62
commit
5493880b37
|
|
@ -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' }
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue