Добавлена ссылка на ISO-менеджер

Этот коммит содержится в:
Виктор
2026-05-06 21:17:59 +09:00
родитель 6594e5d11b
Коммит 6f45f0017f
+4
Просмотреть файл
@@ -18,6 +18,7 @@
<span>{{ system.ip }}</span> <span>{{ system.ip }}</span>
<span>{{ system.time }}</span> <span>{{ system.time }}</span>
<span>user: {{ user }}</span> <span>user: {{ user }}</span>
<a class="link-pill" href="/iso">ISO</a>
<a class="link-pill accent" href="/vm/create">+ Создать VM</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>
@@ -85,8 +86,11 @@
<section class="card"> <section class="card">
<div class="card-head"> <div class="card-head">
<h2>Виртуальные машины</h2> <h2>Виртуальные машины</h2>
<div class="actions">
<a class="link-pill" href="/iso">ISO</a>
<a class="link-pill accent" href="/vm/create">+ Создать VM</a> <a class="link-pill accent" href="/vm/create">+ Создать VM</a>
</div> </div>
</div>
<table> <table>
<thead> <thead>
<tr><th>ID</th><th>Name</th><th>State</th><th>Actions</th></tr> <tr><th>ID</th><th>Name</th><th>State</th><th>Actions</th></tr>