mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 06:03:12 +00:00
parent
05332ca6f7
commit
4068927a3a
@ -90,9 +90,9 @@ const ServiceConfig = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="tw-bg-white tw-h-full">
|
<div className="bg-white h-full">
|
||||||
<div
|
<div
|
||||||
className="tw-max-w-xl tw-pb-6"
|
className="w-full p-b-lg"
|
||||||
data-testid="service-config"
|
data-testid="service-config"
|
||||||
id="serviceConfig">
|
id="serviceConfig">
|
||||||
<div className="tw-mx-auto">{getDynamicFields()}</div>
|
<div className="tw-mx-auto">{getDynamicFields()}</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user