cloudStack 3.0 new UI - create network offering - remove Max Connections and VLAN ID.

This commit is contained in:
Jessica Wang 2011-12-06 14:30:01 -08:00
parent ee60039404
commit b7b31591e3

View File

@ -919,9 +919,7 @@
name: { label: 'Name', validation: { required: true } },
displayText: { label: 'Display Text', validation: { required: true } },
maxConnections: { label: 'Max Connections' },
networkRate: { label: 'Network Rate' },
trafficType: {
@ -990,9 +988,7 @@
},
specifyVlan: { label: 'Specify VLAN', isBoolean: true },
vlanId: { label: 'VLAN ID', isHidden: true, dependsOn: 'specifyVlan'},
supportedServices: {
label: 'Supported Services',