Fix busy binary reinstall and add per-node log viewing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-29 04:31:09 +03:00
co-authored by Cursor
parent 2d8b1d4438
commit 1fb87f5f6c
10 changed files with 222 additions and 19 deletions
+7 -1
View File
@@ -56,7 +56,13 @@
<td>{{.NodePort}}</td>
<td>{{.InstallMode}}</td>
<td><span class="badge {{statusClass (printf "%s" .Status)}}">{{.StatusLabel}}</span></td>
<td class="actions"><a class="btn btn-sm btn-ghost" href="/admin/nodes/{{.ID}}">Открыть</a></td>
<td class="actions actions-multi">
<a class="btn btn-sm btn-ghost" href="/admin/nodes/{{.ID}}">Открыть</a>
<a class="btn btn-sm btn-ghost" href="/admin/nodes/{{.ID}}#logs">Логи</a>
<form method="POST" action="/admin/nodes/{{.ID}}/logs">
<button class="btn btn-sm btn-ghost" type="submit">Обновить логи</button>
</form>
</td>
</tr>
{{end}}
</tbody>