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
@@ -364,7 +368,23 @@ export function Schedules() {
364
368
onConfirm={handleClearHistory}
365
369
onCancel={()=>setClearRunsOpen(false)}
366
370
title="Clear run history"
367
-
description="This permanently deletes all finished runs for this schedule along with their git run branches and worktrees. A run in progress is kept. This cannot be undone."
371
+
description={
372
+
<>
373
+
<pclassName="mb-2">This permanently deletes all <strong>{clearableRuns.length}</strong> finished run{clearableRuns.length===1 ? '' : 's'} for this schedule.</p>
374
+
{clearableBranches>0&&(
375
+
<pclassName="mb-1">Git artifacts that will be pruned:</p>
0 commit comments