Skip to content

Commit

Permalink
Add option for more entries in status page (#1002)
Browse files Browse the repository at this point in the history
We have "all" now for people running more than 100 devices and want to overload theirs browsers.

(c) for Boby360
  • Loading branch information
JabLuszko authored Sep 14, 2020
1 parent 1261ef3 commit ebb13f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/madmin/templates/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<script>
var errorCount = 0;
var dataTable = $("#show-data-status").DataTable({
"lengthMenu": [ [10, 25, 50, 100, -1], [10, 25, 50, 100, "All"] ],
"ajax": {
"url": "get_status",
"dataSrc": function (data) {
Expand Down

0 comments on commit ebb13f9

Please sign in to comment.