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 @@
| ID | Name | IP | State | Actions | |
|---|---|---|---|---|---|
| ID | Name | IP | State | Autostart | Actions | {{ vm.name }} | {{ vm.ip|default('—') }} | {{ vm.state }} | ++ {{ vm.autostart_label|default('unknown') }} + {% if vm.autostart_enabled %} + + {% else %} + + {% endif %} + |
ℹДетали
@@ -108,7 +116,7 @@
|
{% else %}
-
| Виртуальных машин пока нет | |||||
| Виртуальных машин пока нет | |||||