From 256edfcb8dce3154f9c4083a2b60b01aeea52bbd Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Mon, 31 Jan 2022 17:08:20 +0530 Subject: [PATCH] Fix: issue-2392 & 2297: Database Services page is not responsive to 1024 resolutions & 404 screen flickers while logging out (#2501) * Fix: issue-2392: Database Services page is not responsive to 1024 resolutions * Fix issue 2297: 404 screen flickers while logging out --- .../src/main/resources/ui/src/components/app-bar/Appbar.tsx | 2 +- .../src/main/resources/ui/src/pages/services/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx b/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx index 2d55c01da28..589a5feaaed 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx @@ -180,7 +180,7 @@ const Appbar: React.FC = (): JSX.Element => { }, { name: 'Logout', - to: '#/action-1', + to: '', disabled: false, method: userSignOut, }, diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/services/index.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/services/index.tsx index e720bab0ef3..090facbe19d 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/services/index.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/services/index.tsx @@ -533,7 +533,7 @@ const ServicesPage = () => {
{serviceList.map((service, index) => (