Loading js-apps/frontend/src/js/app-constants.js +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ */ // Version export const MEC_SANDBOX_VERSION = 'v1.11-Beta'; export const MEC_SANDBOX_VERSION = 'v1.11'; // Host export const HOST_PATH = location.origin; Loading js-apps/frontend/src/js/components/dialogs/version-dialog.js +2 −2 Original line number Diff line number Diff line Loading @@ -22,9 +22,9 @@ class VersionDialog extends Component { > <div style={styles.text}> <Typography theme="primary" use="subtitle1"><p><b>v1.11-beta •</b> 2025-06-20</p></Typography> <Typography theme="primary" use="subtitle1"><p><b>v1.11 •</b> 2026-02-25</p></Typography> <Typography use="body1"> <p>AdvantEDGE baseline upgrade to v1.11.0-beta</p> <p>AdvantEDGE baseline upgrade to v1.11.0</p> STF678 Final: <ul> <li>MEC Federation Service API support</li> Loading js-apps/frontend/src/js/components/footer.js +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const Footer = () => { <Grid style={{ backgroundColor: '#3e484f' }}> <GridCell span={2}/> <GridCell span={3} align={'middle'} style={styles.copyright}> <Typography use="body1">© Copyright 2021-2023, ETSI</Typography> <Typography use="body1">© Copyright 2021-2026, ETSI</Typography> </GridCell> <GridCell span={5} align={'middle'}> <div align={'right'}> Loading Loading
js-apps/frontend/src/js/app-constants.js +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ */ // Version export const MEC_SANDBOX_VERSION = 'v1.11-Beta'; export const MEC_SANDBOX_VERSION = 'v1.11'; // Host export const HOST_PATH = location.origin; Loading
js-apps/frontend/src/js/components/dialogs/version-dialog.js +2 −2 Original line number Diff line number Diff line Loading @@ -22,9 +22,9 @@ class VersionDialog extends Component { > <div style={styles.text}> <Typography theme="primary" use="subtitle1"><p><b>v1.11-beta •</b> 2025-06-20</p></Typography> <Typography theme="primary" use="subtitle1"><p><b>v1.11 •</b> 2026-02-25</p></Typography> <Typography use="body1"> <p>AdvantEDGE baseline upgrade to v1.11.0-beta</p> <p>AdvantEDGE baseline upgrade to v1.11.0</p> STF678 Final: <ul> <li>MEC Federation Service API support</li> Loading
js-apps/frontend/src/js/components/footer.js +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const Footer = () => { <Grid style={{ backgroundColor: '#3e484f' }}> <GridCell span={2}/> <GridCell span={3} align={'middle'} style={styles.copyright}> <Typography use="body1">© Copyright 2021-2023, ETSI</Typography> <Typography use="body1">© Copyright 2021-2026, ETSI</Typography> </GridCell> <GridCell span={5} align={'middle'}> <div align={'right'}> Loading