CLOUDSTACK-1447:Persistent Status is not displayed for VPC Tiers

This commit is contained in:
Pranav Saxena 2013-02-28 13:27:27 +05:30
parent 79995bf629
commit ca41037058
1 changed files with 7 additions and 0 deletions

View File

@ -1690,6 +1690,13 @@
state: {
label: 'label.state'
},
ispersistent:{
label:'Persistent ',
converter:cloudStack.converters.toBooleanText
},
restartrequired: {
label: 'label.restart.required',
converter: function(booleanValue) {