mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Adds About/directories page listing custom scripts directories
This commit is contained in:
parent
163fb5cf07
commit
aceb123ebb
6 changed files with 51 additions and 15 deletions
|
|
@ -218,6 +218,9 @@ function flow_callbacks_utils.print_callbacks_config()
|
|||
|
||||
print("<li>" .. i18n("flow_callbacks.note_flow_lifecycle") .. "</li>")
|
||||
|
||||
print("<li>" .. i18n("flow_callbacks.note_create_custom_scripts", {url = "https://github.com/ntop/ntopng/blob/dev/doc/README.developers.flow_lua_callbacks.md"}) .. "</li>")
|
||||
print("<li>" .. i18n("flow_callbacks.note_add_custom_scripts", {url = ntop.getHttpPrefix().."/lua/directories.lua", product=ntop.getInfo()["product"]}) .. "</li>")
|
||||
|
||||
print("</ul></div>")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue