mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements web UI ACL
This commit is contained in:
parent
3dadc3bb78
commit
b980a1808f
5 changed files with 52 additions and 6 deletions
|
|
@ -756,7 +756,8 @@ function printMisc()
|
|||
prefsInputFieldPrefs(subpage_active.entries["mgmt_acl"].title, subpage_active.entries["mgmt_acl"].description,
|
||||
"ntopng.prefs.",
|
||||
"http_acl_management_port",
|
||||
"", false, nil, nil, nil, {style={width="25em;"}, attributes={spellcheck="false"} --[[ Note: Google API keys can vary in format ]] })
|
||||
"", false, nil, nil, nil, {style = {width = "25em;"},
|
||||
attributes = {spellcheck = "false", maxlength = 64, pattern = getACLPattern()}})
|
||||
|
||||
prefsInputFieldPrefs(subpage_active.entries["google_apis_browser_key"].title, subpage_active.entries["google_apis_browser_key"].description,
|
||||
"ntopng.prefs.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue