diff --git a/openmetadata-ui/src/main/resources/ui/src/components/AddService/AddService.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/AddService/AddService.component.tsx index ed13311825f..2951721abcd 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/AddService/AddService.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/AddService/AddService.component.tsx @@ -265,38 +265,41 @@ const AddService = ({ }; return ( - } - layout={PageLayoutType['2ColRTL']} - rightPanel={fetchRightPanel()}> -
- {addIngestion ? ( - handleAddIngestion(false)} - handleViewServiceClick={handleViewServiceClick} - heading={`Add ${capitalize(PipelineType.Metadata)} Ingestion`} - ingestionAction={ingestionAction} - ingestionProgress={ingestionProgress} - isIngestionCreated={isIngestionCreated} - isIngestionDeployed={isIngestionDeployed} - pipelineType={PipelineType.Metadata} - serviceCategory={serviceCategory} - serviceData={newServiceData as DataObj} - setActiveIngestionStep={(step) => setActiveIngestionStep(step)} - showDeployButton={showDeployButton} - status={FormSubmitType.ADD} - onAddIngestionSave={onAddIngestionSave} - onAirflowStatusCheck={onAirflowStatusCheck} - onIngestionDeploy={onIngestionDeploy} - /> - ) : ( - addNewService() - )} -
-
+
+ {' '} + } + layout={PageLayoutType['2ColRTL']} + rightPanel={fetchRightPanel()}> +
+ {addIngestion ? ( + handleAddIngestion(false)} + handleViewServiceClick={handleViewServiceClick} + heading={`Add ${capitalize(PipelineType.Metadata)} Ingestion`} + ingestionAction={ingestionAction} + ingestionProgress={ingestionProgress} + isIngestionCreated={isIngestionCreated} + isIngestionDeployed={isIngestionDeployed} + pipelineType={PipelineType.Metadata} + serviceCategory={serviceCategory} + serviceData={newServiceData as DataObj} + setActiveIngestionStep={(step) => setActiveIngestionStep(step)} + showDeployButton={showDeployButton} + status={FormSubmitType.ADD} + onAddIngestionSave={onAddIngestionSave} + onAirflowStatusCheck={onAirflowStatusCheck} + onIngestionDeploy={onIngestionDeploy} + /> + ) : ( + addNewService() + )} +
+
+
); }; diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx index 0f3e52ebdb1..4a86e19d422 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx @@ -657,38 +657,37 @@ const Explore: React.FC = ({ const fetchLeftPanel = () => { return ( -
- - -
- -
-
- {!error && ( - - )} - - -
+ + +
+ +
+
+ {!error && ( + + )} + + ); }; diff --git a/openmetadata-ui/src/main/resources/ui/src/components/ServiceConfig/ServiceConfig.tsx b/openmetadata-ui/src/main/resources/ui/src/components/ServiceConfig/ServiceConfig.tsx index 5e6c805e3ac..76d6b05c16b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/ServiceConfig/ServiceConfig.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/ServiceConfig/ServiceConfig.tsx @@ -87,7 +87,7 @@ const ServiceConfig = ({ return (
{getDynamicFields()}
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/ServiceConnectionDetails/ServiceConnectionDetails.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/ServiceConnectionDetails/ServiceConnectionDetails.component.tsx index 5af4f368bd6..eed2de6656c 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/ServiceConnectionDetails/ServiceConnectionDetails.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/ServiceConnectionDetails/ServiceConnectionDetails.component.tsx @@ -95,7 +95,7 @@ const ServiceConnectionDetails = ({ return (
-

{title || key}:

+

{title || key}:

{team.displayName ?? team.name} @@ -185,7 +185,7 @@ const TeamsAndUsers = ({ activeUserTab )}`}>

{capitalize(user.name)} diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/AddIngestionPage/AddIngestionPage.component.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/AddIngestionPage/AddIngestionPage.component.tsx index 88b8e68ffa1..53f32b51da9 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/AddIngestionPage/AddIngestionPage.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/AddIngestionPage/AddIngestionPage.component.tsx @@ -241,43 +241,45 @@ const AddIngestionPage = () => { ); } else { return ( - } - layout={PageLayoutType['2ColRTL']} - rightPanel={getServiceIngestionStepGuide( - activeIngestionStep, - true, - `${serviceData?.name || ''}_${ingestionType}`, - '', - ingestionType as PipelineType, - isDeployed(), - false, - isAirflowRunning - )}> -

- setActiveIngestionStep(step)} - showDeployButton={showIngestionButton} - status={FormSubmitType.ADD} - onAddIngestionSave={onAddIngestionSave} - onAirflowStatusCheck={onAirflowStatusCheck} - onIngestionDeploy={onIngestionDeploy} - /> -
- +
+ } + layout={PageLayoutType['2ColRTL']} + rightPanel={getServiceIngestionStepGuide( + activeIngestionStep, + true, + `${serviceData?.name || ''}_${ingestionType}`, + '', + ingestionType as PipelineType, + isDeployed(), + false, + isAirflowRunning + )}> +
+ setActiveIngestionStep(step)} + showDeployButton={showIngestionButton} + status={FormSubmitType.ADD} + onAddIngestionSave={onAddIngestionSave} + onAirflowStatusCheck={onAirflowStatusCheck} + onIngestionDeploy={onIngestionDeploy} + /> +
+
+
); } }; diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/EditIngestionPage/EditIngestionPage.component.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/EditIngestionPage/EditIngestionPage.component.tsx index 11e7a9e0302..b288b9d3290 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/EditIngestionPage/EditIngestionPage.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/EditIngestionPage/EditIngestionPage.component.tsx @@ -274,45 +274,47 @@ const EditIngestionPage = () => { return {errorMsg}; } else { return ( - } - layout={PageLayoutType['2ColRTL']} - rightPanel={getServiceIngestionStepGuide( - activeIngestionStep, - true, - ingestionData?.name || '', - '', - ingestionType as PipelineType, - isDeployed(), - true, - isAirflowRunning - )}> -
- setActiveIngestionStep(step)} - showDeployButton={showIngestionButton} - status={FormSubmitType.EDIT} - onAirflowStatusCheck={onAirflowStatusCheck} - onIngestionDeploy={onIngestionDeploy} - onSuccessSave={goToService} - onUpdateIngestion={onEditIngestionSave} - /> -
-
+
+ } + layout={PageLayoutType['2ColRTL']} + rightPanel={getServiceIngestionStepGuide( + activeIngestionStep, + true, + ingestionData?.name || '', + '', + ingestionType as PipelineType, + isDeployed(), + true, + isAirflowRunning + )}> +
+ setActiveIngestionStep(step)} + showDeployButton={showIngestionButton} + status={FormSubmitType.EDIT} + onAirflowStatusCheck={onAirflowStatusCheck} + onIngestionDeploy={onIngestionDeploy} + onSuccessSave={goToService} + onUpdateIngestion={onEditIngestionSave} + /> +
+
+
); } };