diff --git a/src/ic/new-ic.js b/src/ic/new-ic.js index 514055a..134c62b 100644 --- a/src/ic/new-ic.js +++ b/src/ic/new-ic.js @@ -16,8 +16,7 @@ ******************************************************************************/ import React from 'react'; -import { FormGroup, FormControl, FormLabel, FormCheck } from 'react-bootstrap'; -import {Collapse} from 'react-collapse'; +import { FormGroup, FormControl, FormLabel, FormCheck, OverlayTrigger, Tooltip} from 'react-bootstrap'; import Dialog from '../common/dialogs/dialog'; class NewICDialog extends React.Component { @@ -142,19 +141,22 @@ class NewICDialog extends React.Component { this.onClose(c)} onReset={() => this.resetState()} valid={this.validateForm()}>
- this.handleChange(e)}> - + An externally managed component will show up in the list only after a VILLAScontroller for the component type has created the component and cannot be edited by users} > + this.handleChange(e)}> + + - - the component will show up in the list only after a VILLAScontroller for the component type has created the component and cannot be edited by users - - Name + Required field } > + Name * + this.handleChange(e)} /> - Category of component + Required field } > + Category of component * + this.handleChange(e)}> @@ -165,7 +167,9 @@ class NewICDialog extends React.Component { - Type of component + Required field } > + Type of component * + this.handleChange(e)}> {typeOptions.map((name,index) => (