From 5eef3783fbf1e1071a6e3a772088dfd3ed522e80 Mon Sep 17 00:00:00 2001
From: velez
Date: Wed, 22 Feb 2023 15:11:09 +0100
Subject: [PATCH] update home-page-container.js
---
config/{meepctl-repocfg.yaml => .meepctl-repocfg.yaml} | 0
.../src/js/containers/home/home-page-container.js | 9 +++++----
2 files changed, 5 insertions(+), 4 deletions(-)
rename config/{meepctl-repocfg.yaml => .meepctl-repocfg.yaml} (100%)
diff --git a/config/meepctl-repocfg.yaml b/config/.meepctl-repocfg.yaml
similarity index 100%
rename from config/meepctl-repocfg.yaml
rename to config/.meepctl-repocfg.yaml
diff --git a/js-apps/frontend/src/js/containers/home/home-page-container.js b/js-apps/frontend/src/js/containers/home/home-page-container.js
index a6053f6..0ba9737 100644
--- a/js-apps/frontend/src/js/containers/home/home-page-container.js
+++ b/js-apps/frontend/src/js/containers/home/home-page-container.js
@@ -70,9 +70,10 @@ class HomePageContainer extends Component {
MEC Sandbox provides the user with a choice of scenarios combining different network technologies
(4G, 5G, Wi-Fi) and terminal types. Combining these assets in a geolocated environment, a user can gain
hands-on experience on the behaviour and capabilities of the Location (MEC013), Radio Network
- Information (MEC012), Traffic Management APIs (MEC015), Device Application Interface (MEC016), WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and
- Application Mobility (MEC021) service APIs. Such contextual information can offer
- significant differential performance for edge based MEC applications.
+ Information (MEC012), Traffic Management APIs (MEC015), Application Mobility (MEC021), WLAN Information (MEC028) and
+ V2X Information API (MEC030) service APIs. Such contextual information can offer significant differential performance
+ for edge based MEC applications.
+ MEC Sandbox also provides the support of capabilities described by Edge Platform Application Enablement (MEC011) and Device Application Interface (MEC016).
But wait - MEC Sandbox is not only a browser experience!
@@ -143,4 +144,4 @@ const ConnectedHomePageContainer = connect(
mapDispatchToProps
)(HomePageContainer);
-export default ConnectedHomePageContainer;
+export default ConnectedHomePageContainer;
\ No newline at end of file
--
GitLab