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>
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
serviceUtilClassBase.getExtraInfo();
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<ResizablePanels
|
||||
className="content-height-with-resizable-panel"
|
||||
|
@ -765,6 +765,10 @@ class ServiceUtilClassBase {
|
||||
return widgets;
|
||||
}
|
||||
|
||||
public getExtraInfo() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public getProperties(property: ObjectFieldTemplatePropertyType[]) {
|
||||
return {
|
||||
properties: property,
|
||||
|
Loading…
x
Reference in New Issue
Block a user