diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/AddServicePage/AddServicePage.component.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/AddServicePage/AddServicePage.component.tsx index e19e4aff0c9..81c6a0b9213 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/AddServicePage/AddServicePage.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/AddServicePage/AddServicePage.component.tsx @@ -185,7 +185,7 @@ const AddServicePage = () => { return ( -
+
{ diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/EditRulePage.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/EditRulePage.tsx index f8c5192f8d2..78b7a7e3644 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/EditRulePage.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/EditRulePage.tsx @@ -133,12 +133,12 @@ const EditRulePage = () => { } return ( - + Edit Rule {`"${ruleName}"`} @@ -155,7 +155,7 @@ const EditRulePage = () => { layout="vertical" onFinish={handleSubmit}> - + diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailPage.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailPage.tsx index 7439816bb96..c1f0ec88985 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailPage.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailPage.tsx @@ -261,7 +261,7 @@ const PoliciesDetailPage = () => { { label: ( @@ -390,7 +390,7 @@ const PoliciesDetailPage = () => { ) : ( { - + {policy.rules.map((rule) => ( {rule.name} @@ -430,13 +427,13 @@ const PoliciesDetailPage = () => { {rule.description && ( - + {t('label.description')} : @@ -450,12 +447,12 @@ const PoliciesDetailPage = () => { - - {t('label.resource-plural')} : + + {t('label.resources')} : - + {rule.resources ?.map((resource) => startCase(resource)) ?.join(', ')} @@ -465,24 +462,24 @@ const PoliciesDetailPage = () => { - - {t('label.operation-plural')} : + + {t('label.operations')} : - + {rule.operations?.join(', ')} - + {t('label.effect')} : - + {startCase(rule.effect)} @@ -490,7 +487,7 @@ const PoliciesDetailPage = () => { {rule.condition && ( - + {t('label.condition')} : diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailsList.component.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailsList.component.tsx index 332024bfa91..7434756cd76 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailsList.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesDetailPage/PoliciesDetailsList.component.tsx @@ -61,7 +61,7 @@ const PoliciesDetailsList = ({ } return ( - + {getEntityName(record)} ); diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesListPage/PoliciesList.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesListPage/PoliciesList.tsx index 7d5f7240f76..84489810500 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesListPage/PoliciesList.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/PoliciesListPage/PoliciesList.tsx @@ -72,7 +72,7 @@ const PoliciesList: FC = ({ policies, fetchPolicies }) => { key: 'name', render: (_, record) => ( {getEntityName(record)} @@ -113,7 +113,7 @@ const PoliciesList: FC = ({ policies, fetchPolicies }) => { )} {hasMore && ( {record.roles.slice(LIST_CAP).map((role) => @@ -135,9 +135,9 @@ const PoliciesList: FC = ({ policies, fetchPolicies }) => { )} } - overlayClassName="tw-w-40 tw-text-center" + overlayClassName="w-40 text-center" trigger="click"> - {`+${ + {`+${ listLength - LIST_CAP } more`} diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/RuleForm/RuleForm.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/RuleForm/RuleForm.tsx index 4bc3de43c88..2f2ce0332aa 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/RuleForm/RuleForm.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/PoliciesPage/RuleForm/RuleForm.tsx @@ -250,7 +250,7 @@ const RuleForm: FC = ({ ruleData, setRuleData }) => { ]}> = ({ ruleData, setRuleData }) => { ]}> = ({ ruleData, setRuleData }) => { onSearch={handleConditionSearch} /> {validationError && ( -
+
{`❌ Invalid condition : ${validationError}`}
)} {isValidatingCondition && ( -
+
Validating the condition...
)} {isValidCondition && !isValidatingCondition && !validationError && (
✅ Valid condition diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/ProfilerDashboardPage/ProfilerDashboardPage.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/ProfilerDashboardPage/ProfilerDashboardPage.tsx index f82ab3f66f9..d594903ed85 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/ProfilerDashboardPage/ProfilerDashboardPage.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/ProfilerDashboardPage/ProfilerDashboardPage.tsx @@ -213,7 +213,7 @@ const ProfilerDashboardPage = () => { if (error) { return ( -

+

No data found{' '} {decodedEntityFQN ? `for column ${getNameFromFQN(decodedEntityFQN)}` @@ -224,7 +224,7 @@ const ProfilerDashboardPage = () => { } return ( - + = ({ title={ {title}{' '} - + ({selectedValues.length}/{data.length} selected) @@ -175,7 +175,7 @@ const AddAttributeModal: FC = ({ {selectedValues.includes(option.id) && ( - + )} diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/reset-password/reset-password.component.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/reset-password/reset-password.component.tsx index 499ae2366b7..90f338aaac9 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/reset-password/reset-password.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/reset-password/reset-password.component.tsx @@ -72,7 +72,7 @@ const ResetPassword = () => { const handleReVerify = () => history.push(ROUTES.FORGOT_PASSWORD); return ( -

+
{tokenValid ? ( { - + Reset your Password diff --git a/openmetadata-ui/src/main/resources/ui/src/styles/app.less b/openmetadata-ui/src/main/resources/ui/src/styles/app.less index 8411fae8f5a..58a3638d032 100644 --- a/openmetadata-ui/src/main/resources/ui/src/styles/app.less +++ b/openmetadata-ui/src/main/resources/ui/src/styles/app.less @@ -174,6 +174,12 @@ opacity: 0.6; } +.link-hover { + &:hover { + text-decoration: underline; + cursor: pointer; + } +} .cursor-pointer { cursor: pointer; }