- client: delete whois column in the statis cients table
This commit is contained in:
parent
b54bf94697
commit
c2f1b2d8f5
|
@ -9,8 +9,6 @@ import Card from '../../ui/Card';
|
||||||
import Modal from './Modal';
|
import Modal from './Modal';
|
||||||
import WrapCell from './WrapCell';
|
import WrapCell from './WrapCell';
|
||||||
|
|
||||||
import whoisCell from './whoisCell';
|
|
||||||
|
|
||||||
class ClientsTable extends Component {
|
class ClientsTable extends Component {
|
||||||
handleFormAdd = (values) => {
|
handleFormAdd = (values) => {
|
||||||
this.props.addClient(values);
|
this.props.addClient(values);
|
||||||
|
@ -169,12 +167,6 @@ class ClientsTable extends Component {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Header: this.props.t('whois'),
|
|
||||||
accessor: 'whois_info',
|
|
||||||
minWidth: 200,
|
|
||||||
Cell: whoisCell(this.props.t),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Header: this.props.t('requests_count'),
|
Header: this.props.t('requests_count'),
|
||||||
accessor: 'statistics',
|
accessor: 'statistics',
|
||||||
|
|
Loading…
Reference in New Issue