mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - guest network listView - add network offering column in grid.
This commit is contained in:
parent
a98ffa366b
commit
d54e15269b
|
|
@ -318,6 +318,7 @@
|
|||
fields: {
|
||||
name: { label: 'Name' },
|
||||
vlan: { label: 'VLAN' },
|
||||
networkofferingdisplaytext: { label: 'Network offering' },
|
||||
isdefault: {
|
||||
label: 'Default',
|
||||
converter: cloudStack.converters.toBooleanText
|
||||
|
|
|
|||
Loading…
Reference in New Issue