Страница ISO была переведена на единое меню

Этот коммит содержится в:
Виктор
2026-05-07 10:19:13 +09:00
родитель ec933815d8
Коммит 6a6fd7bb83
+9 -5
Просмотреть файл
@@ -7,16 +7,18 @@
<link rel="stylesheet" href="/static/app.css"> <link rel="stylesheet" href="/static/app.css">
</head> </head>
<body> <body>
<div class="shell"> <div class="v-layout">
<header class="topbar"> {% include "_sidebar.html" %}
<main class="v-main">
<header class="v-topbar">
<div> <div>
<div class="brand">ISO</div> <div class="v-title">ISO</div>
<div class="muted">Установочные образы только .iso в /var/lib/virtuality/iso</div> <div class="v-subtitle">Установочные образы только .iso в /var/lib/virtuality/iso</div>
</div> </div>
<div class="top-meta"> <div class="top-meta">
<span>user: {{ user }}</span> <span>user: {{ user }}</span>
<a class="link-pill" href="/">← Дашборд</a> <a class="link-pill" href="/">← Дашборд</a>
<a class="link-pill accent" href="/vm/create">+ Создать VM</a>
<form method="post" action="/logout" class="logout-form"><button class="ghost">Выйти</button></form> <form method="post" action="/logout" class="logout-form"><button class="ghost">Выйти</button></form>
</div> </div>
</header> </header>
@@ -94,6 +96,7 @@ ls -lh /var/lib/virtuality/iso</pre>
</tbody> </tbody>
</table> </table>
</section> </section>
</main>
</div> </div>
<script> <script>
@@ -232,5 +235,6 @@ ls -lh /var/lib/virtuality/iso</pre>
xhr.send(data); xhr.send(data);
}); });
</script> </script>
<script src="/static/panel.js" defer></script>
</body> </body>
</html> </html>