mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Reduced preference width
This commit is contained in:
parent
b884febdab
commit
f41004c320
1 changed files with 1 additions and 1 deletions
|
|
@ -2260,7 +2260,7 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
"netbox_personal_access_token", ntop.getPref("ntopng.prefs.netbox_personal_access_token") or "", "text",
|
||||
showNetboxConfiguration, nil, nil, {
|
||||
required = true,
|
||||
inputBoxWidth = "40em",
|
||||
inputBoxWidth = "24em",
|
||||
disabled = disabled
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue