mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix alert formatting with percentage value
This commit is contained in:
parent
33bf0cf170
commit
04328b7f37
1 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,10 @@ local function thresholdCrossFormatter(ifid, alert, info)
|
|||
|
||||
unit = i18n(unit) or unit
|
||||
|
||||
if unit == "%" then
|
||||
unit = "%%"
|
||||
end
|
||||
|
||||
local msg_table = {
|
||||
host = ip_label,
|
||||
numeric_ip = numeric_ip,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue