This commit is contained in:
natib21
2026-06-16 06:17:36 +00:00
parent d55cc78bd9
commit a1244609ce
2 changed files with 3 additions and 2651 deletions

View File

@@ -49,7 +49,6 @@ import FleetResourcePage from "./pages/fleet/FleetResourcePage";
import { getCategorySidebarChildren } from "./pages/ruleEngine/config/resources";
import TrainDetailPage from "./pages/trains/TrainDetailPage";
import RoutesPage from "./pages/fleet/RoutesPage";
import UserManagementHostPage from './features/user-management-host/UserManagementHostPage';
const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [
{
@@ -261,8 +260,7 @@ const App = () => {
return (
<Routes>
<Route path="/" element={<Navigate to="/dashboard/overview" replace />} />
<Route path="/dashboard" element={<Navigate to="/dashboard/overview" replace />} />,
<Route path='/um/*' element={<UserManagementHostPage />} />
<Route path="/dashboard" element={<Navigate to="/dashboard/overview" replace />} />
<Route path="/dashboard" element={<DashboardShell />}>
<Route path="overview" element={<OverviewPage />} />