Loading js-apps/frontend/src/js/app-constants.js +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ */ // Version export const MEC_SANDBOX_VERSION = 'v1.6'; export const MEC_SANDBOX_VERSION = 'v1.7'; // Host export const HOST_PATH = location.origin; Loading Loading @@ -127,4 +127,3 @@ export const ELEMENT_TYPE_MECSVC = 'MEC SERVICE'; export const ELEMENT_TYPE_UE_APP = 'UE APPLICATION'; export const ELEMENT_TYPE_EDGE_APP = 'EDGE APPLICATION'; export const ELEMENT_TYPE_CLOUD_APP = 'CLOUD APPLICATION'; js-apps/frontend/src/js/components/dialogs/version-dialog.js +9 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,15 @@ class VersionDialog extends Component { > <div style={styles.text}> <Typography theme="primary" use="subtitle1"><p><b>v1.7 •</b> 2022-06-20</p></Typography> <Typography use="body1"> STF625 update: <ul> <li>Addition of the VIS API (V2X Service) v2.2.1</li> <li>Upgradation of MEC011, MEC012, MEC013 and MEC021 to v2.2.1</li> </ul> </Typography> <Typography theme="primary" use="subtitle1"><p><b>v1.6 •</b> 2021-12-16</p></Typography> <Typography use="body1"> Final STF599 update: Loading Loading
js-apps/frontend/src/js/app-constants.js +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ */ // Version export const MEC_SANDBOX_VERSION = 'v1.6'; export const MEC_SANDBOX_VERSION = 'v1.7'; // Host export const HOST_PATH = location.origin; Loading Loading @@ -127,4 +127,3 @@ export const ELEMENT_TYPE_MECSVC = 'MEC SERVICE'; export const ELEMENT_TYPE_UE_APP = 'UE APPLICATION'; export const ELEMENT_TYPE_EDGE_APP = 'EDGE APPLICATION'; export const ELEMENT_TYPE_CLOUD_APP = 'CLOUD APPLICATION';
js-apps/frontend/src/js/components/dialogs/version-dialog.js +9 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,15 @@ class VersionDialog extends Component { > <div style={styles.text}> <Typography theme="primary" use="subtitle1"><p><b>v1.7 •</b> 2022-06-20</p></Typography> <Typography use="body1"> STF625 update: <ul> <li>Addition of the VIS API (V2X Service) v2.2.1</li> <li>Upgradation of MEC011, MEC012, MEC013 and MEC021 to v2.2.1</li> </ul> </Typography> <Typography theme="primary" use="subtitle1"><p><b>v1.6 •</b> 2021-12-16</p></Typography> <Typography use="body1"> Final STF599 update: Loading