diff --git a/proxstar/templates/vm_details.html b/proxstar/templates/vm_details.html index 341a6fd..8d52e8c 100644 --- a/proxstar/templates/vm_details.html +++ b/proxstar/templates/vm_details.html @@ -16,10 +16,10 @@ Insufficient resources to start VM. {% endif %} {% endif %} - {% if vm['qmpstatus'] == 'paused' %} + {% if vm['qmpstatus'] == 'suspended' %} {% endif %} - {% if vm['qmpstatus'] == 'running' or vm['qmpstatus'] == 'paused' %} + {% if vm['qmpstatus'] == 'running' or vm['qmpstatus'] == 'suspended' %} {% if vm['qmpstatus'] == 'running' %} @@ -92,7 +92,7 @@