mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes attempt to index nil value
This commit is contained in:
parent
b32d56cb0b
commit
1c79303502
1 changed files with 1 additions and 1 deletions
|
|
@ -2275,7 +2275,7 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
-- Render the NetBox Activation URL input field
|
||||
prefsInputFieldPrefs(subpage_active.entries["netbox_activation_url"].title,
|
||||
subpage_active.entries["netbox_activation_url"].description, "ntopng.prefs.", "netbox_activation_url",
|
||||
prefs.netbox_activation_url, false, showNetboxConfiguration, nil, nil, {
|
||||
ntop.getPref("ntopng.prefs.netbox_activation_url") or "", false, showNetboxConfiguration, nil, nil, {
|
||||
attributes = {
|
||||
spellcheck = "false",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue