mirror of
https://github.com/ntop/ntopng.git
synced 2026-08-15 11:23:22 +00:00
Fixes preferences page not working in community edition
This commit is contained in:
parent
ccf5642a49
commit
f427d83049
1 changed files with 1 additions and 1 deletions
|
|
@ -2405,7 +2405,7 @@ function M.get_sections(flags)
|
|||
label = i18n("prefs.llm_providers"),
|
||||
advanced = false,
|
||||
pro_only = true,
|
||||
hidden = not(ntop.hasnAnalyst()),
|
||||
hidden = (not has_nanalyst),
|
||||
entries = {{
|
||||
key = "local_llm_url",
|
||||
title = i18n("prefs.llm_url_title"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue