From 752200b163a96544ced87f8299886b3b3d7e89bd Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Thu, 24 Oct 2024 15:44:14 +0100 Subject: [PATCH] aligning buttons with title Signed-off-by: R-Lawton --- src/components/KuadrantOverviewPage.tsx | 51 +++++++++++++------------ 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/src/components/KuadrantOverviewPage.tsx b/src/components/KuadrantOverviewPage.tsx index 7ca8b6f..82a8ccc 100644 --- a/src/components/KuadrantOverviewPage.tsx +++ b/src/components/KuadrantOverviewPage.tsx @@ -335,19 +335,6 @@ const KuadrantOverviewPage: React.FC = () => { {t('Policies')} - - - { + + + + @@ -388,6 +389,12 @@ const KuadrantOverviewPage: React.FC = () => { {t('Gateways')} + { namespace="#ALL_NS#" emtpyResourceName="Gateways" /> - @@ -409,6 +410,12 @@ const KuadrantOverviewPage: React.FC = () => { {t('APIs / HTTPRoutes')} + { namespace="#ALL_NS#" emtpyResourceName="HTTPRoutes" /> -