mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Set render_type to formatIP got build_datatable_column_def_ip. Add formatIP js render function. Cleanup filterizeVlan.
This commit is contained in:
parent
048f70913e
commit
5ed80874a3
2 changed files with 17 additions and 10 deletions
|
|
@ -91,7 +91,7 @@ local function build_datatable_column_def_ip(name, i18n_label)
|
|||
title_i18n = i18n_label,
|
||||
sortable = true,
|
||||
class = { "no-wrap" },
|
||||
render_generic = name,
|
||||
render_type = "formatIP",
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue