Skip to content
Snippets Groups Projects
Commit ba9fd913 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6731 show organisationseinheiten for testing

parent 0eacadc3
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@
<div class="flex h-screen w-full justify-center overflow-y-auto">
<ods-navbar data-test-id="navigation">
<ng-container *ngIf="apiRoot | hasLink: ApiRootLinkRel.CONFIGURATION">
<!-- <ods-nav-item caption="Organisationseinheiten" to="/organisationseinheiten">-->
<!-- <ods-orga-unit-icon icon />-->
<!-- </ods-nav-item>-->
<ods-nav-item caption="Organisationseinheiten" to="/organisationseinheiten">
<ods-orga-unit-icon icon />
</ods-nav-item>
<ods-nav-item caption="Benutzer & Rollen" to="/benutzer_und_rollen">
<ods-users-icon class="stroke-text" icon />
</ods-nav-item>
......
import { Route } from '@angular/router';
import { OrganisationseinheitPageComponent } from '../pages/organisationseinheit/organisationseinheit-page/organisationseinheit-page.component';
import { PostfachPageComponent } from '../pages/postfach/postfach-page/postfach-page.component';
import { UserRolesPageComponent } from '../pages/users-roles/user-roles-page/user-roles-page.component';
......@@ -18,9 +19,9 @@ export const appRoutes: Route[] = [
component: UserRolesPageComponent,
title: 'Admin | Benutzer & Rollen',
},
// {
// path: 'organisationseinheiten',
// component: OrganisationseinheitPageComponent,
// title: 'Admin | Organisationseinheiten',
// },
{
path: 'organisationseinheiten',
component: OrganisationseinheitPageComponent,
title: 'Admin | Organisationseinheiten',
},
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment