feat: v1.3.67 — UI table refactor: remove Env/Pkg columns, add Type icon + Info modal

This commit is contained in:
“Naeel”
2026-05-08 09:19:01 +04:00
parent f9bb898893
commit 8f4659d2ef
4 changed files with 86 additions and 12 deletions
+15 -4
View File
@@ -102,7 +102,7 @@
<div class="nubes">NUBES</div>
<div class="product">FISSION CONSOLE</div>
</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.66</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.67</div>
</div>
<div class="row" style="margin:0;">
<button class="btn ghost" onclick="reloadAll()">Refresh</button>
@@ -146,8 +146,7 @@
<thead>
<tr>
<th>Имя</th>
<th>Окружение</th>
<th>Пакет</th>
<th title="Тип источника функции">Тип</th>
<th>Создана</th>
<th>Изменена</th>
<th>Маршрут</th>
@@ -384,6 +383,18 @@
</div>
</div>
<div id="info-modal" class="modal">
<div class="panel" style="width:560px; max-width:95vw;">
<h3 id="info-title">Информация о функции</h3>
<table class="info-table">
<tbody id="info-rows"></tbody>
</table>
<div class="actions" style="margin-top:14px;">
<button class="btn ghost" onclick="closeInfo()">Закрыть</button>
</div>
</div>
</div>
<div id="logs-modal" class="modal">
<div class="panel" style="width:700px; max-width:95vw;">
<h3 id="logs-title">Логи функции</h3>
@@ -474,7 +485,7 @@
</div>
<div class="actions" style="justify-content:space-between; align-items:center;">
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.66</span>
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.67</span>
<button class="btn ghost" onclick="closeHelp()">Закрыть</button>
</div>
</div>