Merge: - client: delete whois column in the static clients table

Close #1252

* commit 'c2f1b2d8f5c9814c3328555fc364d1360518c872':
  - client: delete whois column in the statis cients table
This commit is contained in:
Artem Baskal 2019-12-20 16:02:27 +03:00
commit cddf3ca01e

View File

@ -9,8 +9,6 @@ import Card from '../../ui/Card';
import Modal from './Modal';
import WrapCell from './WrapCell';
import whoisCell from './whoisCell';
class ClientsTable extends Component {
handleFormAdd = (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'),
accessor: 'statistics',