From c7aa92a7a8e675556cd32b301081593af61540e2 Mon Sep 17 00:00:00 2001 From: Kostis Trantzas Date: Thu, 13 Mar 2025 12:11:59 +0200 Subject: [PATCH] Closes #28 (Edit my profile in Resources portal) and #27 (Update Slack link with invitation) --- src/app/app-resources-routing.module.ts | 3 +++ src/app/shared/components/contact/contact.component.html | 2 +- src/assets/config/config.theming.default.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/app-resources-routing.module.ts b/src/app/app-resources-routing.module.ts index 99e0d19..7167a6b 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 d7c57ae..ba9cf4c 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 8403e59..ad06a6a 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 -- GitLab