mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
add extra info in add service page (#20490)
This commit is contained in:
parent
900c12ba08
commit
321b8f7f65
@ -299,6 +299,10 @@ const AddServicePage = () => {
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
serviceUtilClassBase.getExtraInfo();
|
||||||
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ResizablePanels
|
<ResizablePanels
|
||||||
className="content-height-with-resizable-panel"
|
className="content-height-with-resizable-panel"
|
||||||
|
@ -765,6 +765,10 @@ class ServiceUtilClassBase {
|
|||||||
return widgets;
|
return widgets;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public getExtraInfo() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
public getProperties(property: ObjectFieldTemplatePropertyType[]) {
|
public getProperties(property: ObjectFieldTemplatePropertyType[]) {
|
||||||
return {
|
return {
|
||||||
properties: property,
|
properties: property,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user