diff --git a/templates/dashboard.html b/templates/dashboard.html
index 6f004c2..97679ce 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -306,6 +306,14 @@
+
@@ -316,7 +324,7 @@ var selectAll = document.getElementById('select-all');
var toolbar = document.getElementById('bulk-toolbar');
var countEl = document.getElementById('selected-count');
var selectAllBtn = document.getElementById('select-all-btn');
-var PAGE_SIZE = 50;
+var PAGE_SIZE = 25;
var currentPage = 1;
function visibleCbs() {
diff --git a/templates/device_list.html b/templates/device_list.html
index 9aab556..d01de96 100644
--- a/templates/device_list.html
+++ b/templates/device_list.html
@@ -116,6 +116,14 @@
+