mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix the enable button for SNMP Ratio toast. (#8274)
This commit is contained in:
parent
f37a9ac658
commit
a59ebbb50c
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ function predicates.exporters_SNMP_ratio_column(toast, container)
|
|||
|
||||
body = message_timeseries
|
||||
action = {
|
||||
url = '#',
|
||||
url = ntop.getHttpPrefix() .. "/lua/admin/prefs.lua?tab=on_disk_ts",
|
||||
title = i18n("enable_them")
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue