cloudStack 3.0 new UI - network offering page - add Guest Type and Availability in listView.

This commit is contained in:
Jessica Wang 2011-12-09 13:45:54 -08:00
parent 743be91e20
commit 616b478e3a
1 changed files with 6 additions and 3 deletions

View File

@ -798,9 +798,9 @@
listView: {
label: 'Network Offerings',
fields: {
name: { label: 'Name' },
displaytext: { label: 'Description' },
traffictype: { label: 'Traffic Type'},
name: { label: 'Name' },
guestiptype: { label: 'Guest type' },
availability: { label: 'Availability' },
state: { label: 'State', indicator: { 'Enabled': 'on', 'Disabled': 'off', 'Destroyed': 'off' }}
},
dataProvider: function(args) {
@ -1419,6 +1419,9 @@
isEditable: true
},
state: { label: 'State' },
guestiptype: {
label: 'Guest type'
},
availability: {
label: 'Availability',
isEditable: true,