mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-07-26 11:59:14 +00:00
Add Sites & Subnets management page
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/ca28303a-582b-45b8-9072-25d4361e3211.jpg
This commit is contained in:
@@ -19,6 +19,7 @@ import LdapQueryBuilderPage from "@/pages/ldap-query-builder-page";
|
||||
import SettingsPage from "@/pages/settings-page";
|
||||
import UserManagementPage from "@/pages/user-management-page";
|
||||
import AuditLogsPage from "@/pages/audit-logs-page";
|
||||
import SitesPage from "@/pages/sites-page";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
@@ -42,6 +43,7 @@ export default function App() {
|
||||
<ProtectedRoute path="/audit-logs" component={AuditLogsPage} />
|
||||
<ProtectedRoute path="/settings" component={SettingsPage} />
|
||||
<ProtectedRoute path="/user-management" component={UserManagementPage} />
|
||||
<ProtectedRoute path="/sites" component={SitesPage} />
|
||||
<Route>
|
||||
<NotFound />
|
||||
</Route>
|
||||
|
||||
@@ -30,6 +30,7 @@ import {
|
||||
ShieldAlert,
|
||||
Filter,
|
||||
ClipboardList,
|
||||
Building2,
|
||||
} from "lucide-react";
|
||||
import { useMobile } from "@/hooks/use-mobile";
|
||||
import { useToast } from "@/hooks/use-toast";
|
||||
@@ -56,6 +57,7 @@ const menuSections: MenuSection[] = [
|
||||
{ title: "Organizational Units", path: "/organizational-units", icon: <FolderClosed className="h-4 w-4" /> },
|
||||
{ title: "Computers", path: "/computers", icon: <Monitor className="h-4 w-4" /> },
|
||||
{ title: "Domains", path: "/domains", icon: <Globe className="h-4 w-4" /> },
|
||||
{ title: "Sites & Subnets", path: "/sites", icon: <Building2 className="h-4 w-4" /> },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user