mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-1447:Persistent Status is not displayed for VPC Tiers
This commit is contained in:
parent
644a73bb2f
commit
9446eba78c
@ -1690,6 +1690,13 @@
|
|||||||
state: {
|
state: {
|
||||||
label: 'label.state'
|
label: 'label.state'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
ispersistent:{
|
||||||
|
label:'Persistent ',
|
||||||
|
converter:cloudStack.converters.toBooleanText
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
restartrequired: {
|
restartrequired: {
|
||||||
label: 'label.restart.required',
|
label: 'label.restart.required',
|
||||||
converter: function(booleanValue) {
|
converter: function(booleanValue) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user