mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added score nil comment
This commit is contained in:
parent
c3bb24a38b
commit
273d594f7d
1 changed files with 1 additions and 0 deletions
|
|
@ -506,6 +506,7 @@ end
|
|||
-- #####################################
|
||||
|
||||
local function dt_format_score(score)
|
||||
-- Score could be nil, in fact score could be not a selected column
|
||||
local score = tonumber(score) or 0
|
||||
local severity_id = map_score_to_severity(score or 0)
|
||||
local severity = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue