From 79e3857130c10e8bc7e057dfb78654cce4210b64 Mon Sep 17 00:00:00 2001 From: Kostis Trantzas Date: Tue, 14 Jan 2025 16:20:26 +0200 Subject: [PATCH 1/2] Preparing the 2024Q4_RC: - Remove -SNAPSHOT from config.prod.default.json - Remove -SNAPSHOT from config.theming.default.json - Updating the copyright date at config.theming.default.json --- src/assets/config/config.prod.default.json | 2 +- src/assets/config/config.theming.default.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/config/config.prod.default.json b/src/assets/config/config.prod.default.json index 99eba47..8acbcb4 100644 --- a/src/assets/config/config.prod.default.json +++ b/src/assets/config/config.prod.default.json @@ -1,6 +1,6 @@ { "TITLE": "OpenSlice by ETSI", - "PORTALVERSION":"2024Q4-SNAPSHOT", + "PORTALVERSION":"2024Q4", "WIKI": "https://osl.etsi.org/documentation", "BUGZILLA": "{BASEURL}/bugzilla/", "STATUS": "{BASEURL}/healthstatus/", diff --git a/src/assets/config/config.theming.default.json b/src/assets/config/config.theming.default.json index b4b14d6..312428f 100644 --- a/src/assets/config/config.theming.default.json +++ b/src/assets/config/config.theming.default.json @@ -3,7 +3,7 @@ "DEPLOYMENT_LOGO_PATH":"assets/images/logo_clear.png", "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 Slice as a Service (NSaaS).
OpenSlice by ETSI|http://portal.openslice.io
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.
", + "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":"
LinkedIn
Slack
Twitter
", - "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 2024Q4-SNAPSHOT | Terms and Conditions | © 2024 on behalf of osl.etsi.org
" + "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 2024Q4 | Terms and Conditions | © 2025 on behalf of osl.etsi.org
" } \ No newline at end of file -- GitLab From b8e18fe9b9ed15fd98b51b9544a4c75fd752a566 Mon Sep 17 00:00:00 2001 From: trantzas Date: Tue, 14 Jan 2025 14:52:16 +0000 Subject: [PATCH 2/2] Preparing the 2024Q4_RC: - Matching contact.component.html code with config.theming.default.json --- src/app/shared/components/contact/contact.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/components/contact/contact.component.html b/src/app/shared/components/contact/contact.component.html index c496ccb..d7c57ae 100644 --- a/src/app/shared/components/contact/contact.component.html +++ b/src/app/shared/components/contact/contact.component.html @@ -6,7 +6,7 @@

Who we are

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 Slice as a Service (NSaaS).
+ href='https://osl.etsi.org/' class='text-white'>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).
{{config.TITLE}} | {{config.WEBURL}}
A portal that allows 5G experimenters to design and deploy network services towards the infrastructure.
-- GitLab