UI: добавить просмотр любого PDA

This commit is contained in:
AidarKC
2026-06-23 17:05:57 +04:00
parent f1c1132690
commit 08628704c7
7 changed files with 390 additions and 16 deletions
+21 -14
View File
@@ -14,21 +14,28 @@
<div class="card">
<h2>Действия</h2>
<div style="margin-bottom: 12px;">
<a href="server-ui/create-server-pda.html">
<button class="btn-primary" style="width:100%">
Зарегистрировать серверный аккаунт (создать PDA)
</button>
</a>
<div style="margin-bottom: 12px;">
<a href="server-ui/create-server-pda.html">
<button class="btn-primary" style="width:100%">
Зарегистрировать серверный аккаунт (создать PDA)
</button>
</a>
</div>
<div>
<a href="server-ui/update-server-pda.html">
<button class="btn-secondary" style="width:100%">
Обновить настройки сервера (update PDA)
</button>
</a>
</div>
<div style="margin-top: 12px;">
<a href="server-ui/read-pda.html">
<button class="btn-secondary" style="width:100%">
Просмотреть любой PDA
</button>
</a>
</div>
</div>
<div>
<a href="server-ui/update-server-pda.html">
<button class="btn-secondary" style="width:100%">
Обновить настройки сервера (update PDA)
</button>
</a>
</div>
</div>
<div class="card">
<h2>Как это работает</h2>