fix: ошибка валидации env vars — выводить внутри модалки

This commit is contained in:
“Naeel”
2026-05-09 07:06:56 +04:00
parent c8eaef0e1a
commit ee97eebbff
3 changed files with 13 additions and 6 deletions
+3 -2
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.74</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.75</div>
</div>
<div class="row" style="margin:0;">
<button class="btn ghost" onclick="reloadAll()">Refresh</button>
@@ -400,6 +400,7 @@
<button id="e-add-envvar-btn" class="btn ghost" style="font-size:12px;" onclick="addEnvVarRow('e')">+ Добавить переменную</button>
</div>
<div id="e-error-msg" style="display:none;color:#f66;font-size:0.85rem;margin-bottom:8px;"></div>
<div class="actions">
<button class="btn ghost" onclick="closeEdit()">Отмена</button>
<button id="e-submit" class="btn" onclick="submitEdit()">Сохранить</button>
@@ -509,7 +510,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.74</span>
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.75</span>
<button class="btn ghost" onclick="closeHelp()">Закрыть</button>
</div>
</div>