mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - system - public - details tab - remove ID and zoneID that are useless for public network.
This commit is contained in:
parent
1211232161
commit
1dca4aa3bc
|
|
@ -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' }
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue