diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html index 65f8fd5..1dd894a 100644 --- a/web/templates/dashboard.html +++ b/web/templates/dashboard.html @@ -82,7 +82,7 @@ - + {% for vm in vms %} @@ -92,6 +92,14 @@ + {% else %} - + {% endfor %}
IDNameIPStateActions
IDNameIPStateAutostartActions
{{ vm.name }} {{ vm.ip|default('—') }} {{ vm.state }} + {{ vm.autostart_label|default('unknown') }} + {% if vm.autostart_enabled %} +
+ {% else %} +
+ {% endif %} +
Детали @@ -108,7 +116,7 @@
Виртуальных машин пока нет
Виртуальных машин пока нет