Add create VM button to dashboard

Этот коммит содержится в:
Виктор
2026-05-06 19:52:36 +09:00
родитель 492dd7eec6
Коммит 683526d45f
+2 -1
Просмотреть файл
@@ -18,6 +18,7 @@
<span>{{ system.ip }}</span>
<span>{{ system.time }}</span>
<span>user: {{ user }}</span>
<a class="link-pill accent" href="/vm/create">+ Создать VM</a>
<form method="post" action="/logout" class="logout-form"><button class="ghost">Выйти</button></form>
</div>
</header>
@@ -84,7 +85,7 @@
<section class="card">
<div class="card-head">
<h2>Виртуальные машины</h2>
<span class="pill">virsh list --all</span>
<a class="link-pill accent" href="/vm/create">+ Создать VM</a>
</div>
<table>
<thead>