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