diff --git a/websiteFunctions/templates/websiteFunctions/WPsitesList.html b/websiteFunctions/templates/websiteFunctions/WPsitesList.html index 014bf68f9..66edf91f3 100644 --- a/websiteFunctions/templates/websiteFunctions/WPsitesList.html +++ b/websiteFunctions/templates/websiteFunctions/WPsitesList.html @@ -22,7 +22,7 @@ $scope.isAdmin = $scope.debug.is_admin; $scope.wpSitesCount = $scope.debug.wp_sites_count; $scope.currentPage = 1; - $scope.recordsToShow = 10; + $scope.recordsToShow = 50; // Default to 50 items $scope.expandedSites = {}; // Track which sites are expanded $scope.currentWP = null; // Store current WordPress site for password protection @@ -792,11 +792,9 @@