Loading js-apps/frontend/src/js/components/dialogs/create-new-app-dialog.js +2 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,8 @@ class CreateNewAppDialog extends Component { <Grid style={{ marginBottom: 5 }}> <GridCell span={12}> <span style={styles.text}> MEC Application instance name: 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> </span> <TextField style={{ width: '100%', marginTop: 5 }} Loading js-apps/frontend/src/js/containers/app-container.js +1 −1 Original line number Diff line number Diff line Loading @@ -1204,7 +1204,7 @@ class AppContainer extends Component { }} /> <CreateNewAppDialog title='Create MEC Application instance ID' title='Create MEC Application Instance ID' open={this.props.currentDialog === DIALOG_CREATE_NEW_APP} onSubmit={param => this.createAppInstance(param)} onClose={() => { Loading Loading
js-apps/frontend/src/js/components/dialogs/create-new-app-dialog.js +2 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,8 @@ class CreateNewAppDialog extends Component { <Grid style={{ marginBottom: 5 }}> <GridCell span={12}> <span style={styles.text}> MEC Application instance name: 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> </span> <TextField style={{ width: '100%', marginTop: 5 }} Loading
js-apps/frontend/src/js/containers/app-container.js +1 −1 Original line number Diff line number Diff line Loading @@ -1204,7 +1204,7 @@ class AppContainer extends Component { }} /> <CreateNewAppDialog title='Create MEC Application instance ID' title='Create MEC Application Instance ID' open={this.props.currentDialog === DIALOG_CREATE_NEW_APP} onSubmit={param => this.createAppInstance(param)} onClose={() => { Loading