* client: add source column
This commit is contained in:
parent
702db84e39
commit
a83bc5eeeb
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user