* client: remove /clients and /stats_top request from global requests

This commit is contained in:
Ildar Kamalov
2019-07-08 12:49:03 +03:00
parent fce551dcaf
commit 2520a62e24
5 changed files with 8 additions and 4 deletions

View File

@@ -277,8 +277,6 @@ export const getDnsStatus = () => async (dispatch) => {
const dnsStatus = await apiClient.getGlobalStatus();
dispatch(dnsStatusSuccess(dnsStatus));
dispatch(getVersion());
dispatch(getClients());
dispatch(getTopStats());
dispatch(getTlsStatus());
} catch (error) {
dispatch(addErrorToast({ error }));