Loading js-apps/frontend/src/js/components/dialogs/create-new-app-dialog.js +8 −3 Original line number Diff line number Diff line Loading @@ -76,12 +76,17 @@ class CreateNewAppDialog extends Component { <Grid style={{ marginBottom: 5 }}> <GridCell span={12}> <span style={styles.text}> MEC application name:<br/> <i><b>Note:</b> use a consistent application name for all instances of a<br/>MEC application on each platform</i> <p style={{ marginBottom: 20 }}> Create a unique Application Instance Id in the MEC Sandbox.<br/> Every instance of the same MEC Application should consistently have<br/> the same MEC Application Name across MEC platforms. </p> MEC application: {/* <i><b>Note:</b> use a consistent application name for all instances of a<br/>MEC application on each platform</i> */} </span> <TextField style={{ width: '100%', marginTop: 5 }} label={'Application Name'} label={'MEC Application Name'} invalid={this.state.appErr ? true : false} value={this.state.appName} onChange={e => this.changeAppName(e.target.value)} Loading js-apps/frontend/src/js/containers/home/home-page-container.js +2 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,8 @@ 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) and WLAN Information (MEC028) service APIs. Such contextual information can offer Information (MEC012), 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. </p> <p> Loading Loading
js-apps/frontend/src/js/components/dialogs/create-new-app-dialog.js +8 −3 Original line number Diff line number Diff line Loading @@ -76,12 +76,17 @@ class CreateNewAppDialog extends Component { <Grid style={{ marginBottom: 5 }}> <GridCell span={12}> <span style={styles.text}> MEC application name:<br/> <i><b>Note:</b> use a consistent application name for all instances of a<br/>MEC application on each platform</i> <p style={{ marginBottom: 20 }}> Create a unique Application Instance Id in the MEC Sandbox.<br/> Every instance of the same MEC Application should consistently have<br/> the same MEC Application Name across MEC platforms. </p> MEC application: {/* <i><b>Note:</b> use a consistent application name for all instances of a<br/>MEC application on each platform</i> */} </span> <TextField style={{ width: '100%', marginTop: 5 }} label={'Application Name'} label={'MEC Application Name'} invalid={this.state.appErr ? true : false} value={this.state.appName} onChange={e => this.changeAppName(e.target.value)} Loading
js-apps/frontend/src/js/containers/home/home-page-container.js +2 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,8 @@ 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) and WLAN Information (MEC028) service APIs. Such contextual information can offer Information (MEC012), 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. </p> <p> Loading