diff --git a/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/cards/backups-details.tsx b/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/cards/backups-details.tsx index 3172cb979..13f726816 100644 --- a/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/cards/backups-details.tsx +++ b/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/cards/backups-details.tsx @@ -212,6 +212,9 @@ export const BackupsDetails = ({ 'data-testid': 'edit-pitr-button', }} editable={editable && !pitrDisabled} + showTooltip={ + editable && !backupsEnabled && dbType !== DbType.Postresql + } disabledEditTooltipText={Messages.titles.createScheduleToEnable} > {/*// TODO EVEREST-1066 the width of the columns on the layouts in different places is limited by a different number (but not by the content), a discussion with Design is required*/} diff --git a/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/overview-section/overview-section.tsx b/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/overview-section/overview-section.tsx index fa8f407f5..abc99c396 100644 --- a/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/overview-section/overview-section.tsx +++ b/ui/apps/everest/src/pages/db-cluster-details/cluster-overview/overview-section/overview-section.tsx @@ -34,6 +34,7 @@ export const OverviewSection = ({ dataTestId, editable, actionButtonProps, + showTooltip = false, disabledEditTooltipText = '', }: OverviewSectionProps) => ( {actionButtonProps && ( - +