- client: delete whois column in the statis cients table

This commit is contained in:
Artem Baskal 2019-12-19 11:15:19 +03:00
parent b54bf94697
commit c2f1b2d8f5
1 changed files with 0 additions and 8 deletions

View File

@ -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',