diff --git a/app/aviary/templates/aviary/aviary_all.html b/app/aviary/templates/aviary/aviary_all.html index b0213e7..dc4f47a 100644 --- a/app/aviary/templates/aviary/aviary_all.html +++ b/app/aviary/templates/aviary/aviary_all.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/bird/templates/bird/bird_all.html b/app/bird/templates/bird/bird_all.html index dde5b7b..6ddffe9 100644 --- a/app/bird/templates/bird/bird_all.html +++ b/app/bird/templates/bird/bird_all.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/bird/templates/bird/bird_inactive.html b/app/bird/templates/bird/bird_inactive.html index 2c9374b..8aeb282 100644 --- a/app/bird/templates/bird/bird_inactive.html +++ b/app/bird/templates/bird/bird_inactive.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/costs/templates/costs/costs_all.html b/app/costs/templates/costs/costs_all.html index cdd016e..c6a11fa 100644 --- a/app/costs/templates/costs/costs_all.html +++ b/app/costs/templates/costs/costs_all.html @@ -24,8 +24,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/rescuer/templates/rescuer/rescuer_all.html b/app/rescuer/templates/rescuer/rescuer_all.html index 047ea0d..a6ddf7b 100644 --- a/app/rescuer/templates/rescuer/rescuer_all.html +++ b/app/rescuer/templates/rescuer/rescuer_all.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 },