mirror of https://github.com/apache/cloudstack.git
UI: fix missing comma at end of line
This commit is contained in:
parent
5f63e8493c
commit
858663fcf7
|
|
@ -243,7 +243,7 @@ export default {
|
|||
userdata: '',
|
||||
haenable: this.resource.haenable,
|
||||
leaseduration: this.resource.leaseduration,
|
||||
leaseexpiryaction: this.resource.leaseexpiryaction
|
||||
leaseexpiryaction: this.resource.leaseexpiryaction,
|
||||
extraconfig: this.combinedExtraConfig
|
||||
})
|
||||
this.rules = reactive({
|
||||
|
|
|
|||
Loading…
Reference in New Issue