mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-27 02:15:34 +00:00
fix: forget operations failing with new retention policy format
This commit is contained in:
@@ -377,12 +377,12 @@ const ForgetOperationDetails = ({ forgetOp }: { forgetOp: OperationForget }) =>
|
||||
{"removed snapshot " + normalizeSnapshotId(f.id!) + " taken at " + formatTime(Number(f.unixTimeMs))} <br />
|
||||
</div>
|
||||
))}</pre>
|
||||
Policy:
|
||||
{/* Policy:
|
||||
<ul>
|
||||
{policyDesc.map((desc, idx) => (
|
||||
<li key={idx}>{desc}</li>
|
||||
))}
|
||||
</ul>
|
||||
</ul> */}
|
||||
</>,
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user