Добавлена ссылка на ISO-менеджер
Этот коммит содержится в:
@@ -18,6 +18,7 @@
|
||||
<span>{{ system.ip }}</span>
|
||||
<span>{{ system.time }}</span>
|
||||
<span>user: {{ user }}</span>
|
||||
<a class="link-pill" href="/iso">ISO</a>
|
||||
<a class="link-pill accent" href="/vm/create">+ Создать VM</a>
|
||||
<form method="post" action="/logout" class="logout-form"><button class="ghost">Выйти</button></form>
|
||||
</div>
|
||||
@@ -85,8 +86,11 @@
|
||||
<section class="card">
|
||||
<div class="card-head">
|
||||
<h2>Виртуальные машины</h2>
|
||||
<div class="actions">
|
||||
<a class="link-pill" href="/iso">ISO</a>
|
||||
<a class="link-pill accent" href="/vm/create">+ Создать VM</a>
|
||||
</div>
|
||||
</div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>ID</th><th>Name</th><th>State</th><th>Actions</th></tr>
|
||||
|
||||
Ссылка в новой задаче
Block a user