mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
add new i18n string for active monitoring
This commit is contained in:
parent
025a13f338
commit
fad9ce6542
1 changed files with 3 additions and 0 deletions
|
|
@ -349,6 +349,9 @@ if(page == "overview") then
|
|||
i18n.edit = "]] .. i18n("users.edit") .. [[";
|
||||
i18n.delete = "]] .. i18n("delete") .. [[";
|
||||
i18n.expired_csrf = "]] .. i18n("expired_csrf") .. [[";
|
||||
i18n.all = "]] .. i18n("all") .. [[";
|
||||
i18n.measurement = "]] .. i18n("active_monitoring_stats.measurement") .. [[";
|
||||
|
||||
|
||||
let get_host = "]].. (_GET["host"] ~= nil and _GET["host"] or "") ..[[";
|
||||
let am_csrf = "]].. ntop.getRandomCSRFValue() ..[[";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue