* client: add source column

This commit is contained in:
Ildar Kamalov 2019-05-23 16:27:54 +03:00 committed by Simon Zolin
parent 702db84e39
commit a83bc5eeeb

View File

@ -53,6 +53,11 @@ class AutoClients extends Component {
accessor: 'name', accessor: 'name',
Cell: this.cellWrap, Cell: this.cellWrap,
}, },
{
Header: this.props.t('source_label'),
accessor: 'source',
Cell: this.cellWrap,
},
{ {
Header: this.props.t('table_statistics'), Header: this.props.t('table_statistics'),
accessor: 'statistics', accessor: 'statistics',