From 31893410892bd047c9f6ea8f602717e6996c9491 Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Fri, 7 Sep 2018 18:04:31 +0300 Subject: [PATCH] web interface -- Make refresh buttons reload all data, not just counters --- client/src/components/Dashboard/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Dashboard/index.js b/client/src/components/Dashboard/index.js index 885b72f4..035ff9bc 100644 --- a/client/src/components/Dashboard/index.js +++ b/client/src/components/Dashboard/index.js @@ -27,8 +27,8 @@ class Dashboard extends Component { dashboard.processingTopStats; const disableButton = ; - const refreshFullButton = ; - const refreshButton = ; + const refreshFullButton = ; + const refreshButton = ; return (