mirror of https://github.com/apache/cloudstack.git
bug 12931: cloudstack 3.0 new UI - network offering page - detail view - add "conserve mode".
This commit is contained in:
parent
2c18380209
commit
17189b1a89
|
|
@ -1540,6 +1540,10 @@
|
|||
specifyvlan: {
|
||||
label: 'Specify VLAN',
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
},
|
||||
conservemode: {
|
||||
label: 'Conserve mode',
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
},
|
||||
networkrate: {
|
||||
label: 'Network rate',
|
||||
|
|
|
|||
Loading…
Reference in New Issue