mirror of https://github.com/apache/cloudstack.git
Displaying persistent network property in the detail view for VPC networks
This commit is contained in:
parent
680a360624
commit
c25a0d8d8e
|
|
@ -4447,6 +4447,11 @@
|
|||
cidr: { label: 'label.cidr' },
|
||||
networkdomain: { label: 'label.network.domain' },
|
||||
state: { label: 'label.state' },
|
||||
ispersistent:{
|
||||
label:'Persistent ',
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
|
||||
},
|
||||
restartrequired: {
|
||||
label: 'label.restart.required',
|
||||
converter: function(booleanValue) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue