From e7dfcdad951b1d465da05eca30c6048cc7f6c574 Mon Sep 17 00:00:00 2001 From: Jeremy Smart Date: Wed, 5 Jun 2024 23:04:11 -0400 Subject: [PATCH] i hope memory is the only value with a new type --- proxstar/templates/vm_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxstar/templates/vm_details.html b/proxstar/templates/vm_details.html index 36528bb..14f7986 100644 --- a/proxstar/templates/vm_details.html +++ b/proxstar/templates/vm_details.html @@ -111,7 +111,7 @@

VM Details

{{ vm.mem | int // 1024 }}GB {% endif %} {% if vm.qmpstatus == 'running' or vm.qmpstatus == 'suspended' or vm.qmpstatus == 'paused' %} - {% else %}