diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/InfoField.js b/monkey/monkey_island/cc/ui/src/components/configuration-components/InfoField.js new file mode 100644 index 000000000..ec6254943 --- /dev/null +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/InfoField.js @@ -0,0 +1,18 @@ +import * as React from 'react'; +import {FontAwesomeIcon} from '@fortawesome/react-fontawesome'; +import {faInfoCircle} from '@fortawesome/free-solid-svg-icons/faInfoCircle'; + +class InfoField extends React.Component { + + render() { + return ( + <> +