feat: logs modal + ESC close + /functions/:name/logs endpoint (v1.3.61)

This commit is contained in:
“Naeel”
2026-05-07 20:51:02 +04:00
parent a9bd2e93c7
commit 9b0089e15a
8 changed files with 136 additions and 5 deletions
+1
View File
@@ -51,6 +51,7 @@ async function reloadAll() {
var actions = tfBadge +
'<button class="btn ghost" onclick="openEdit(\'' + h(name) + '\')">Ред.</button> ' +
'<button class="btn ghost" onclick="openInvoke(\'' + h(name) + '\')">Вызов</button> ' +
'<button class="btn ghost" onclick="openLogs(\'' + h(name) + '\')">Логи</button> ' +
'<button class="btn danger" onclick="removeFn(\'' + h(name) + '\')">Удалить</button>';
return '<tr>' +
'<td class="mono">' + h(name) + '</td>' +