mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Update localization
This commit is contained in:
parent
7d965bbdb9
commit
5468fc8528
5 changed files with 5 additions and 9 deletions
|
|
@ -19,13 +19,6 @@ function datatableIsEmpty(table) {
|
|||
return datatableGetNumDisplayedItems(table) == 0;
|
||||
}
|
||||
|
||||
function datatableGetTotalItems(table) {
|
||||
if(datatableIsEmpty(table))
|
||||
return 0;
|
||||
|
||||
return $("#dt-bottom-details div.pull-left", $(table)).html().match(/of (\d+) rows/)[1];
|
||||
}
|
||||
|
||||
function datatableGetByForm(form) {
|
||||
return $("table", $("#dt-top-details", $(form)).parent())
|
||||
}
|
||||
|
|
|
|||
2
httpdocs/js/ntop.min.js
vendored
2
httpdocs/js/ntop.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue