Skip to content

Commit

Permalink
DataTable pogoauth settings
Browse files Browse the repository at this point in the history
50 results per page, sorted by device column desc (so accounts tied to devices first in results).
  • Loading branch information
JabLuszko authored Jan 5, 2024
1 parent 51f4490 commit 5631f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/madmin/templates/settings_pogoauth.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
});
// Toggle on boot
toggleConfiguredElement();
$("#pogoauth_table").DataTable({
"pageLength": 50,
order: [[2, 'desc']]
});
});

function toggleConfiguredElement() {
Expand Down

0 comments on commit 5631f27

Please sign in to comment.