From 8cbf4cf23e58bc4ef05606bc1ab1964bd9670622 Mon Sep 17 00:00:00 2001
From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com>
Date: Thu, 10 Apr 2025 00:05:41 +0000
Subject: [PATCH] Update Active Directory sites page to display site details in
a table
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/0728d421-d119-4a15-876b-b3825b0e616d.jpg
---
client/src/pages/sites-page.tsx | 386 ++++++++++++++++----------------
1 file changed, 197 insertions(+), 189 deletions(-)
diff --git a/client/src/pages/sites-page.tsx b/client/src/pages/sites-page.tsx
index 0426f7f..2069af1 100644
--- a/client/src/pages/sites-page.tsx
+++ b/client/src/pages/sites-page.tsx
@@ -552,7 +552,7 @@ export default function SitesPage() {
Active Directory Sites
- Manage physical locations in your Active Directory infrastructure.
+ View and manage sites in your Active Directory environment.
@@ -579,104 +579,108 @@ export default function SitesPage() {
+ setEditingSubnet(subnet)}
+ >
+
+
+
+
+
+
+
+
+
+
+
+ Are you sure you want to delete this subnet?
+
+
+ This action cannot be undone. This will permanently delete the
+ subnet "{subnet.name}" and all of its data from the server.
+
+
+
+ Cancel
+ deleteSubnetMutation.mutate(subnet.objectGUID)}
+ className="bg-destructive text-destructive-foreground"
>
-
-
-
-
-
-
- Are you sure you want to delete this subnet?
-
-
- This action cannot be undone. This will permanently delete the
- subnet "{subnet.name}" and all of its data from the server.
-
-
-
- Cancel
- deleteSubnetMutation.mutate(subnet.objectGUID)}
- className="bg-destructive text-destructive-foreground"
- >
- Delete
-
-
-
-
-