From a83bc5eeeb4107f2157443b7b40636036fe2a7cc Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 23 May 2019 16:27:54 +0300 Subject: [PATCH] * client: add source column --- client/src/components/Settings/Clients/AutoClients.js | 5 +++++ 1 file changed, 5 insertions(+) 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',