From 7cbb563d9cf3a2b89d623a1c615ad0d3547e694f Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 13 Oct 2025 13:09:06 +0500 Subject: [PATCH] fix some ux on list wp sites --- .../templates/websiteFunctions/WPsitesList.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 @@
-
-