cloudStack 3.0 new UI - system - public - details tab - remove ID and zoneID that are useless for public network.

This commit is contained in:
Jessica Wang 2011-12-16 11:31:52 -08:00
parent 1211232161
commit 1dca4aa3bc

View File

@ -141,11 +141,9 @@
details: { details: {
title: 'Details', title: 'Details',
fields: [ fields: [
{ {
id: { label: "ID" },
traffictype: { label: 'Traffic type' }, traffictype: { label: 'Traffic type' },
broadcastdomaintype: { label: 'Broadcast domain type' }, broadcastdomaintype: { label: 'Broadcast domain type' }
zoneid: { label: 'Zone ID' }
} }
], ],