Implemented ticket #7576 (#8436)

* added guide for GUI development functioning

* Changed table refresh to 1 minut

* updated en.lua path

* Added lua navbar documentation

* Fixed SNMP menu entry highlight

* Implemented ticket #7576

* Implemented #7576

* Added lua and vue documentation

---------

Co-authored-by: DGabri <gabriele.deri@gmail.com>
This commit is contained in:
GabrieleDeri 2024-06-05 18:55:39 +02:00 committed by GitHub
parent 3cf7c653ea
commit 452cf42e82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 76 additions and 19 deletions

View file

@ -40,7 +40,7 @@ for id, v in pairs(tags) do
if id == "l7_proto" then id = "l7proto" end
local filter = tag_utils.get_tag_info(id, alert_entities[page])
res[#res+1] = filter
end