Initial chatbot UI commit (#10232)

* Initial chatbot UI commit

* Update dist
This commit is contained in:
GabrieleDeri 2026-03-28 15:05:01 +01:00 committed by GitHub
parent 2da8869186
commit 65772d3545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 2192 additions and 851 deletions

View file

@ -107,10 +107,12 @@ page_utils.menu_sections = {
i18n_title = "help",
icon = "fas fa-life-ring"
},
chatbot = {
key = "chatbot",
i18n_title = "chatbot",
icon = "fa-solid fa-headset"
nanalyst = {
key = "nanalyst",
i18n_title = "nanalyst",
-- icon = "fa-solid fa-headset"
icon = "fa-solid fa-magnifying-glass-chart"
-- icon = "fa-solid fa-brain"
},
health = {
key = "health",
@ -305,11 +307,11 @@ page_utils.menu_entries = {
section = "hosts"
},
-- Chatbot
chatbot = {
key = "chatbot",
i18n_title = "chatbot",
section = "chatbot"
-- Chatbot (nAnalyst)
nanalyst = {
key = "nanalyst",
i18n_title = "nanalyst",
section = "nanalyst"
},
-- Interface