Displaying persistent network property in the detail view for VPC networks

This commit is contained in:
Pranav Saxena 2013-02-28 11:54:04 +05:30
parent 680a360624
commit c25a0d8d8e
1 changed files with 5 additions and 0 deletions

View File

@ -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) {