mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +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
|
|
@ -1328,6 +1328,9 @@ function drawAlertSourceSettings(entity_type, alert_source, delete_button_msg, d
|
|||
print("<li>" .. i18n("alerts_thresholds_config.note_checks_on_active_hosts") .. "</li>")
|
||||
end
|
||||
|
||||
print("<li>" .. i18n("alerts_thresholds_config.note_create_custom_scripts", {url = "https://github.com/ntop/ntopng/blob/dev/doc/README.alerts.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>")
|
||||
|
||||
print[[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue