v1.3.60: debug logging in extractPackageSourceCode, fix edit modal (no mode toggle)

This commit is contained in:
“Naeel”
2026-05-07 20:28:57 +04:00
parent 817ee40fd2
commit 87a46acc48
2 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ spec:
serviceAccountName: fission-console
containers:
- name: console
image: naeel/fission-console:v1.3.59
image: naeel/fission-console:v1.3.60
imagePullPolicy: Always
ports:
- containerPort: 8090
+2 -6
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.59</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.60</div>
</div>
<div class="row" style="margin:0;">
<button class="btn ghost" onclick="reloadAll()">Refresh</button>
@@ -352,10 +352,6 @@
</div>
</div>
<div>
<div style="display:flex; gap:4px; margin-bottom:6px;">
<button class="btn ghost" id="e-mode-code" onclick="setCodeMode('e','code')" style="font-size:.8rem; padding:3px 10px;">✏️ Код</button>
<button class="btn ghost" id="e-mode-archive" onclick="setCodeMode('e','archive')" style="font-size:.8rem; padding:3px 10px;">📦 Архив (.zip)</button>
</div>
<div id="e-code-area">
<label>Код</label>
<textarea id="e-code"></textarea>
@@ -466,7 +462,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.59</span>
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.60</span>
<button class="btn ghost" onclick="closeHelp()">Закрыть</button>
</div>
</div>