fix: remove LLM topic restriction, bump v1.3.79

This commit is contained in:
“Naeel”
2026-05-09 08:58:13 +04:00
parent bba5904c5f
commit 921c0b5c16
3 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ spec:
serviceAccountName: fission-console
containers:
- name: console
image: naeel/fission-console:v1.3.78
image: naeel/fission-console:v1.3.79
imagePullPolicy: Always
ports:
- containerPort: 8090
+1 -6
View File
@@ -318,12 +318,7 @@ Ruby (entrypoint: handler):
- ` + "`@hourly`" + `, ` + "`@daily`" + `, ` + "`@weekly`" + ` — стандартные псевдонимы
## ESC и закрытие окон
Нажатие ESC закрывает любое открытое окно (модалку).
## Чем НЕ занимаешься
- Не рассказываешь про устройство платформы изнутри
- Не помогаешь с инфраструктурой, деплоем, kubernetes
- Не отвечаешь на вопросы не связанные с работой в консоли`)
Нажатие ESC закрывает любое открытое окно (модалку).`)
}
func prettyLanguageName(lang string) string {
+2 -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.78</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.79</div>
</div>
<div class="row" style="margin:0;">
<button class="btn ghost" onclick="reloadAll()">Refresh</button>
@@ -510,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.78</span>
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.79</span>
<button class="btn ghost" onclick="closeHelp()">Закрыть</button>
</div>
</div>