diff --git a/client/src/components/Settings/Clients/AutoClients.js b/client/src/components/Settings/Clients/AutoClients.js index efbe5933..2de074ea 100644 --- a/client/src/components/Settings/Clients/AutoClients.js +++ b/client/src/components/Settings/Clients/AutoClients.js @@ -53,6 +53,11 @@ class AutoClients extends Component { accessor: 'name', Cell: this.cellWrap, }, + { + Header: this.props.t('source_label'), + accessor: 'source', + Cell: this.cellWrap, + }, { Header: this.props.t('table_statistics'), accessor: 'statistics',