You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/provider/camunda/properties/HistoryCleanupProps.js
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,11 @@ function HistoryTimeToLive(props) {
52
52
element,
53
53
id,
54
54
label: translate('Time to live'),
55
-
description: <div>
56
-
<ahref="https://docs.camunda.org/manual/7.20/update/minor/719-to-720/#enforce-history-time-to-live"target="_blank"rel="noopener"title={translate('Time to live documentation')}>
57
-
{translate('Learn more about time to live')}
58
-
</a>
55
+
tooltip: <div>
56
+
<p>
57
+
{translate('Number of days before this resource is being cleaned up. If specified, takes precedence over the engine configuration.')}{' '}
0 commit comments