mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
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
This commit is contained in:
parent
73d848ac3b
commit
256edfcb8d
@ -180,7 +180,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
||||
},
|
||||
{
|
||||
name: 'Logout',
|
||||
to: '#/action-1',
|
||||
to: '',
|
||||
disabled: false,
|
||||
method: userSignOut,
|
||||
},
|
||||
|
||||
@ -533,7 +533,7 @@ const ServicesPage = () => {
|
||||
</NonAdminAction>
|
||||
</div>
|
||||
<div
|
||||
className="tw-grid tw-grid-cols-4 tw-gap-4 tw-mb-4"
|
||||
className="tw-grid xl:tw-grid-cols-4 tw-grid-cols-2 tw-gap-4 tw-mb-4"
|
||||
data-testid="data-container">
|
||||
{serviceList.map((service, index) => (
|
||||
<div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user