From e348c428814367700ccb47379f83eb3b21b3e89f Mon Sep 17 00:00:00 2001 From: Ziqi He Date: Thu, 6 Jul 2023 15:20:34 +0200 Subject: [PATCH] #188: add title for flush button Signed-off-by: Ziqi He --- frontend/src/assets/styles/dashboard.scss | 1 - frontend/src/components/buttons/FlushCacheButton.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/assets/styles/dashboard.scss b/frontend/src/assets/styles/dashboard.scss index 422371fd..4aa159c3 100644 --- a/frontend/src/assets/styles/dashboard.scss +++ b/frontend/src/assets/styles/dashboard.scss @@ -43,7 +43,6 @@ border-radius: $primary-radius; background-color: $primary-white; color: $primary-blue; - // font-size: $font-small; } } } diff --git a/frontend/src/components/buttons/FlushCacheButton.tsx b/frontend/src/components/buttons/FlushCacheButton.tsx index bfd4c041..2d57038e 100644 --- a/frontend/src/components/buttons/FlushCacheButton.tsx +++ b/frontend/src/components/buttons/FlushCacheButton.tsx @@ -56,6 +56,7 @@ export default function FlushCacheButton() { variant="contained" onClick={handleClick} className="flush-cache-button" + title="Flush the backend-cache to get live-data from apache pulsar" > Flush Cache