* client: reload list on opening Clients settings

This commit is contained in:
Ildar Kamalov
2019-06-05 15:49:01 +03:00
parent a3b8d4d923
commit b2364e465f
3 changed files with 9 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ class Dashboard extends Component {
this.props.getStats();
this.props.getStatsHistory();
this.props.getTopStats();
this.props.getClients();
}
getToggleFilteringButton = () => {
@@ -132,6 +133,7 @@ Dashboard.propTypes = {
isCoreRunning: PropTypes.bool,
getFiltering: PropTypes.func,
toggleProtection: PropTypes.func,
getClients: PropTypes.func,
processingProtection: PropTypes.bool,
t: PropTypes.func,
};