mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes entries message not working (#6474)
This commit is contained in:
parent
9122ca7b0d
commit
978ba0fff0
6 changed files with 9 additions and 11 deletions
|
|
@ -267,11 +267,9 @@ export class DataTableUtils {
|
|||
return {
|
||||
dom: dom,
|
||||
pagingType: 'full_numbers',
|
||||
lengthMenu: [[10, 25, 50, -1], [10, 25, 50, `${i18n_ext.all}`]],
|
||||
lengthMenu: [[10, 25, 50, -1], [10, 25, 50, `${i18n.all}`]],
|
||||
language: {
|
||||
info: i18n_ext.showing_x_to_y_rows,
|
||||
search: i18n_ext.script_search,
|
||||
infoFiltered: "",
|
||||
search: i18n.script_search,
|
||||
paginate: {
|
||||
previous: '<',
|
||||
next: '>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue