Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Storage: Disable responsive DT in storage details view
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed May 19, 2017
1 parent a08280a commit e391e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/Storage/view/storage/storage/details.phtml
Expand Up @@ -217,7 +217,7 @@ $(document).ready(function() {
"language": {
"url": "<?php echo $this->basePath() . '/js/dataTables/language/'; ?>" + getLocale('<?php echo $_SESSION['bareos']['locale']; ?>')
},
"responsive": true,
"responsive": false,
"paging": true,
"pagingType": "full_numbers",
"lengthMenu": [ <?php echo $_SESSION['bareos']['dt_lengthmenu']; ?> ],
Expand Down Expand Up @@ -363,7 +363,7 @@ $(document).ready(function() {
"language": {
"url": "<?php echo $this->basePath() . '/js/dataTables/language/'; ?>" + getLocale('<?php echo $_SESSION['bareos']['locale']; ?>')
},
"responsive": true,
"responsive": false,
"paging": false,
"ordering": false,
"order": [[0, "asc"]],
Expand Down Expand Up @@ -410,7 +410,7 @@ $(document).ready(function() {
"language": {
"url": "<?php echo $this->basePath() . '/js/dataTables/language/'; ?>" + getLocale('<?php echo $_SESSION['bareos']['locale']; ?>')
},
"responsive": true,
"responsive": false,
"paging": false,
"ordering": false,
"order": [[0, "asc"]],
Expand Down

0 comments on commit e391e19

Please sign in to comment.