prettier
This commit is contained in:
@@ -6,10 +6,10 @@ import HostList from '../../HostList/HostList';
|
||||
import Password from '../../../containers/UI/Password/Password';
|
||||
import PropTypes from 'prop-types';
|
||||
import settings from '../../../assets/settings';
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
import { connect } from 'react-redux';
|
||||
import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
|
||||
import { notifyError, notifyInfo } from '../../../redux/actions/error_actions';
|
||||
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
||||
import {connect} from 'react-redux';
|
||||
import {faInfoCircle} from '@fortawesome/free-solid-svg-icons';
|
||||
import {notifyError, notifyInfo} from '../../../redux/actions/error_actions';
|
||||
|
||||
const ConfigurationItem = (props) => {
|
||||
const handleChanged = (e) => {
|
||||
@@ -37,7 +37,7 @@ const ConfigurationItem = (props) => {
|
||||
displayInfo();
|
||||
return false;
|
||||
}}>
|
||||
<FontAwesomeIcon icon={faInfoCircle} />
|
||||
<FontAwesomeIcon icon={faInfoCircle}/>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
@@ -236,18 +236,18 @@ const ConfigurationItem = (props) => {
|
||||
<div className={'ConfigurationItem'}>
|
||||
<table cellPadding="2" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
{infoDisplay ? (
|
||||
<td width="100%" valign={'top'}>
|
||||
{infoDisplay} {props.label}
|
||||
</td>
|
||||
) : (
|
||||
<td width="100%" valign={'top'}>
|
||||
{props.label}
|
||||
</td>
|
||||
)}
|
||||
<td>{data}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
{infoDisplay ? (
|
||||
<td width="100%" valign={'top'}>
|
||||
{infoDisplay} {props.label}
|
||||
</td>
|
||||
) : (
|
||||
<td width="100%" valign={'top'}>
|
||||
{props.label}
|
||||
</td>
|
||||
)}
|
||||
<td>{data}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user