diff --git a/scripts/instance.js b/scripts/instance.js index f095698..c22d84d 100644 --- a/scripts/instance.js +++ b/scripts/instance.js @@ -162,7 +162,7 @@ class InstanceCard extends HTMLElement { async handlePowerButton () { if (!this.actionLock) { const header = `${this.status === "running" ? "Stop" : "Start"} VM ${this.vmid}`; - const body = `

Are you sure you want to ${this.status === "running" ? "stop" : "start"} VM

${this.vmid}

`; + const body = `

Are you sure you want to ${this.status === "running" ? "stop" : "start"} VM ${this.vmid}

`; dialog(header, body, async (result, form) => { if (result === "confirm") {