Commit 1635272f authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

minor updates to app instance creation dialog

parent da394c11
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 }}
+1 −1
Original line number Diff line number Diff line
@@ -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={() => {