diff --git a/src/app/app-resources-routing.module.ts b/src/app/app-resources-routing.module.ts index 99e0d194bc967cd73a8e2dfa79d7c1d2b1a56ba5..7167a6b5d5e123f02a77519b253e880ef9972f8b 100644 --- a/src/app/app-resources-routing.module.ts +++ b/src/app/app-resources-routing.module.ts @@ -16,6 +16,7 @@ import { ResourceReservationCalendarComponent } from './p_resources/admin/resour import { EditResourceReservationComponent } from './p_resources/admin/resourcePoolManagement/edit-resource-reservation/edit-resource-reservation.component'; import { EditResourcePoolComponent } from './p_resources/admin/resourcePoolManagement/edit-resource-pool/edit-resource-pool.component'; import { ListResourceReservationsComponent } from './p_resources/admin/resourcePoolManagement/list-resource-reservations/list-resource-reservations.component'; +import { EditIndividualsComponent } from './shared/components/partyManagement/edit-individuals/edit-individuals.component'; const routes: Routes = [ // { path: 'resources_marketplace', component: ResourcesMarketplaceComponent }, @@ -39,6 +40,8 @@ const routes: Routes = [ { path: 'resource_reservation_update/:id', component: EditResourceReservationComponent}, { path: 'resource_reservation_update', component: EditResourceReservationComponent }, + { path: 'individual_update/:id', component: EditIndividualsComponent } + ] } diff --git a/src/app/shared/components/contact/contact.component.html b/src/app/shared/components/contact/contact.component.html index d7c57aec8992484becd48f86981e0f9beccf321c..ba9cf4caa7c9d39db3742b3f9b97634b3b91689c 100644 --- a/src/app/shared/components/contact/contact.component.html +++ b/src/app/shared/components/contact/contact.component.html @@ -31,7 +31,7 @@ class='fab fa-linkedin mr-2'>LinkedIn
-
Slack
diff --git a/src/assets/config/config.theming.default.json b/src/assets/config/config.theming.default.json index 8403e59d2a1246963c69e44f5a3fd5aeb3beae73..ad06a6a02e9b45eeb58055ac13ac762f1f6ef92c 100644 --- a/src/assets/config/config.theming.default.json +++ b/src/assets/config/config.theming.default.json @@ -4,6 +4,6 @@ "DEFAULT_SERVICE_LOGO_PATH":"assets/images/logo_icon_original.png", "FAVICON_PATH":"favicon.ico", "WHO_WE_ARE_HTML":"
ETSI SDG OpenSlice|https://osl.etsi.org
The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network as a Service (NaaS).
OpenSlice by ETSI|http://portal.openslice.eu
A portal that allows 5G experimenters to design and deploy network services towards the infrastructure.
OpenSlice by ETSI wiki|https://osl.etsi.org/documentation
A wiki containing OpenSlice software documentation.
", - "CONNECT_WITH_US_HTML":"", + "CONNECT_WITH_US_HTML":"", "FOOTER_HTML":"
OpenSlice has received funding from various projects under European Programmes for research, technological development and demonstration. You may refer to our extensive ecosystem for further details.
Openslice by ETSI running OSL version 2025Q2-SNAPSHOT | Terms and Conditions | © 2025 on behalf of osl.etsi.org
" } \ No newline at end of file