mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Set render function for custom queries numbers to full_number
This commit is contained in:
parent
4c55946332
commit
ec0e1b716b
1 changed files with 2 additions and 2 deletions
|
|
@ -1483,7 +1483,7 @@ local function build_datatable_column_def_number(name, i18n_label)
|
|||
sortable = true,
|
||||
style = "text-align:right;",
|
||||
class = { "no-wrap" },
|
||||
render_type = "number",
|
||||
render_type = "full_number",
|
||||
}
|
||||
end
|
||||
|
||||
|
|
@ -1614,7 +1614,7 @@ local function build_datatable_column_def_packets(name, i18n_label)
|
|||
title_i18n = i18n_label,
|
||||
sortable = true,
|
||||
class = { "no-wrap", "text-center" },
|
||||
render_type = "number",
|
||||
render_type = "full_number",
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue