diff --git a/lxc_autoscale/ui/templates/index.html b/lxc_autoscale/ui/templates/index.html index 9e60ebc..a4a0cd3 100644 --- a/lxc_autoscale/ui/templates/index.html +++ b/lxc_autoscale/ui/templates/index.html @@ -85,7 +85,7 @@

Scaling Actions

${log.proxmox_host}
${log.container_id}
- ${cpuChange ? `
  ${cpuChange}
` : ''} + ${cpuChange ? `
  ${cpuChange}
` : ''} ${memoryChange ? `
  ${memoryChange}
` : ''}
`;