mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - network offering page - add Guest Type and Availability in listView.
This commit is contained in:
parent
743be91e20
commit
616b478e3a
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue