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:
commit
cddf3ca01e
@ -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
Block a user