@@ -23,6 +23,7 @@ import {
2323 ListDropdown ,
2424 CicsSystemGroup ,
2525 QrCode ,
26+ ContainerSoftware ,
2627} from "@carbon/icons-react" ;
2728import PathRoute from "../utils/PathRoute" ;
2829import CalculatedValue from "./calculatedValue/CalculatedValueForm" ;
@@ -37,6 +38,7 @@ import { CommonProperties } from "./menu/CommonProperties";
3738import ConfigMenuDisplay from "./formEntry/common/ConfigMenuDisplay" ;
3839import ProviderMenu from "./ProviderMenu/ProviderMenu" ;
3940import BarcodeConfiguration from "./barcodeConfiguration/BarcodeConfiguration" ;
41+ import OrganizationManagament from "./OrganizationManagement/OrganizationManagement" ;
4042
4143function Admin ( ) {
4244 const intl = useIntl ( ) ;
@@ -84,6 +86,12 @@ function Admin() {
8486 < SideNavLink renderIcon = { QrCode } href = "#barcodeConfiguration" >
8587 < FormattedMessage id = "sidenav.label.admin.barcodeconfiguration" />
8688 </ SideNavLink >
89+ < SideNavLink
90+ renderIcon = { ContainerSoftware }
91+ href = "#organizationManagement"
92+ >
93+ < FormattedMessage id = "organization.main.title" />
94+ </ SideNavLink >
8795 < SideNavMenu
8896 title = { intl . formatMessage ( { id : "sidenav.label.admin.menu" } ) }
8997 renderIcon = { TableOfContents }
@@ -169,6 +177,9 @@ function Admin() {
169177 < PathRoute path = "#barcodeConfiguration" >
170178 < BarcodeConfiguration />
171179 </ PathRoute >
180+ < PathRoute path = "#organizationManagement" >
181+ < OrganizationManagament />
182+ </ PathRoute >
172183 < PathRoute path = "#globalMenuManagement" >
173184 < GlobalMenuManagement />
174185 </ PathRoute >
0 commit comments