mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Reorganize periodic minute script
This commit is contained in:
parent
ac8a06617f
commit
9e54ba5ef3
3 changed files with 75 additions and 47 deletions
|
|
@ -1679,7 +1679,7 @@ elseif(page == "alerts") then
|
|||
|
||||
drawAlertSourceSettings("host", hostkey,
|
||||
i18n("show_alerts.host_delete_config_btn", {host=host_name}), "show_alerts.host_delete_config_confirm",
|
||||
"host_details.lua", {ifid=ifId, host=host_ip},
|
||||
"host_details.lua", {ifid=ifId, host=hostkey},
|
||||
host_name, "host", {host_ip=host_ip, host_vlan=host_vlan})
|
||||
|
||||
elseif (page == "quotas" and ntop.isEnterprise() and host_pool_id ~= host_pools_utils.DEFAULT_POOL_ID and ifstats.inline) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue