From 976119387075e7bbfb75b93aff2d9e2081eb52a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Thu, 7 May 2026 20:13:15 +0900 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BD=D1=8E=20=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BA=D0=B8=20VM=20=D0=B1=D1=8B=D0=BB=D0=BE?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=BE?= =?UTF-8?q?=20=D0=BA=20=D0=BE=D0=B1=D1=89=D0=B5=D0=BC=D1=83=20=D1=88=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=BE=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/vm_detail.html | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/web/templates/vm_detail.html b/web/templates/vm_detail.html index c6b4370..5b5ed55 100644 --- a/web/templates/vm_detail.html +++ b/web/templates/vm_detail.html @@ -12,27 +12,7 @@ {% set is_autostart = vm.autostart_enabled|default(false) %} {% set autostart_label = 'enabled' if is_autostart else 'disabled' %} {% set rs = resource_settings|default({}) %} - - + {% include "_sidebar.html" %}