diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html
index 22d8fd778..425524b19 100755
--- a/websiteFunctions/templates/websiteFunctions/listWebsites.html
+++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html
@@ -144,8 +144,18 @@
+
+
+
+
+
+
+
Loading WordPress sites...
+
+
+
-
+
@@ -358,6 +368,22 @@
background-color: #dc3545;
color: white;
}
+ .loading-state {
+ text-align: center;
+ padding: 30px;
+ background: #f8f9fa;
+ border-radius: 8px;
+ margin: 20px 0;
+ }
+ .loading-spinner {
+ margin-bottom: 15px;
+ color: #0073aa;
+ }
+ .loading-text {
+ color: #646970;
+ font-size: 14px;
+ font-weight: 500;
+ }