mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1447:Persistent Status is not displayed for VPC Tiers
This commit is contained in:
parent
79995bf629
commit
ca41037058
|
|
@ -1690,6 +1690,13 @@
|
|||
state: {
|
||||
label: 'label.state'
|
||||
},
|
||||
|
||||
ispersistent:{
|
||||
label:'Persistent ',
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
|
||||
},
|
||||
|
||||
restartrequired: {
|
||||
label: 'label.restart.required',
|
||||
converter: function(booleanValue) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue