Skip to content

Commit

Permalink
Merge: - client: delete whois column in the static clients table
Browse files Browse the repository at this point in the history
Close #1252

* commit 'c2f1b2d8f5c9814c3328555fc364d1360518c872':
  - client: delete whois column in the statis cients table
  • Loading branch information
ArtemBaskal committed Dec 20, 2019
2 parents 24e8ef6 + c2f1b2d commit cddf3ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/src/components/Settings/Clients/ClientsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit cddf3ca

Please sign in to comment.