mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Refactors user_scripts into checks (lua)
This commit is contained in:
parent
3c3aa5a25f
commit
76fd315d1b
222 changed files with 980 additions and 981 deletions
|
|
@ -36,7 +36,7 @@ auth.capabilities = {
|
|||
active_monitoring = {id = 3, label = i18n("capabilities.active_monitoring")},
|
||||
preferences = {id = 4, label = i18n("capabilities.preferences")},
|
||||
developer = {id = 5, label = i18n("capabilities.developer")},
|
||||
user_scripts = {id = 6, label = i18n("capabilities.user_scripts")},
|
||||
checks = {id = 6, label = i18n("capabilities.checks")},
|
||||
flowdevices = {id = 7, label = i18n("capabilities.flowdevices")},
|
||||
alerts = {id = 8, label = i18n("capabilities.alerts")},
|
||||
historical_flows = {id = 9, label = i18n("capabilities.historical_flows")},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue