mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
add first, last buttons on dt and gui fixes
This commit is contained in:
parent
130339e097
commit
ad49daf7d3
4 changed files with 49 additions and 23 deletions
|
|
@ -33,6 +33,7 @@ $(document).ready(function() {
|
|||
|
||||
const $config_table = $("#config-list").DataTable({
|
||||
lengthChange: false,
|
||||
pagingType: 'full_numbers',
|
||||
stateSave: true,
|
||||
initComplete: function() {
|
||||
// clear searchbox datatable
|
||||
|
|
@ -41,7 +42,9 @@ $(document).ready(function() {
|
|||
language: {
|
||||
paginate: {
|
||||
previous: '<',
|
||||
next: '>'
|
||||
next: '>',
|
||||
first: '«',
|
||||
last: '»'
|
||||
}
|
||||
},
|
||||
ajax: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue