diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/AppDetails.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/AppDetails.component.tsx index e8217f1d44b..b601ffea562 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/AppDetails.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/AppDetails.component.tsx @@ -317,7 +317,7 @@ const AppDetails = () => { ), key: ApplicationTabs.CONFIGURATION, children: ( -
+
{ ), key: ApplicationTabs.SCHEDULE, children: ( -
+
{appData && ( { ), key: ApplicationTabs.HISTORY, children: ( -
+
), @@ -400,117 +400,115 @@ const AppDetails = () => { return ( -
- - - - - -
- - -
- -
- - - - + + + + + +
+ + +
+ +
+ + + + -
- - {getEntityName(appData)} - +
+ + {getEntityName(appData)} + -
- - - - {`${t('label.installed')} ${getRelativeTime( - appData?.updatedAt - )}`} - - +
+ + + + {`${t('label.installed')} ${getRelativeTime( + appData?.updatedAt + )}`} + + - - - - {t('label.developed-by-developer', { - developer: appData?.developer, - })} - - + + + + {t('label.developed-by-developer', { + developer: appData?.developer, + })} + + - {appData?.developerUrl && ( -
- - - {t('label.visit-developer-website')} - -
- )} -
+ {appData?.developerUrl && ( +
+ + + {t('label.visit-developer-website')} + +
+ )}
- - - - - - +
+ + + + + + - setShowDeleteModel(false)} - onConfirm={onConfirmAction} - /> -
+ setShowDeleteModel(false)} + onConfirm={onConfirmAction} + /> ); }; diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/app-details.less b/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/app-details.less index ec14a75b288..45b2fa4ea85 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/app-details.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/Applications/AppDetails/app-details.less @@ -35,9 +35,6 @@ } .app-details-page-layout { - .page-layout-v1-center { - padding: 0; - } // **** Lazy Logs **** .lazy-log-container { diff --git a/openmetadata-ui/src/main/resources/ui/src/components/BotListV1/BotListV1.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/BotListV1/BotListV1.component.tsx index 8c8a3eab44a..a4fbec11751 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/BotListV1/BotListV1.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/BotListV1/BotListV1.component.tsx @@ -243,7 +243,7 @@ const BotListV1 = ({
) : ( - + diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Team/TeamDetails/TeamDetailsV1.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Team/TeamDetails/TeamDetailsV1.tsx index 6099c4b4f70..f470386680b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Team/TeamDetails/TeamDetailsV1.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Team/TeamDetails/TeamDetailsV1.tsx @@ -654,7 +654,7 @@ const TeamDetailsV1 = ({ ) : ( + {entityPermissions.EditAll && !isTeamDeleted && (