From 06398bb79bf624df80c32102111eccfdb96de6b4 Mon Sep 17 00:00:00 2001 From: PhracturedBlue Date: Sat, 16 Sep 2023 13:59:27 -0700 Subject: [PATCH] Allow running missed snapshots on Kopia start --- src/PolicyEditor/index.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/PolicyEditor/index.jsx b/src/PolicyEditor/index.jsx index f2b06f1..75faaa7 100644 --- a/src/PolicyEditor/index.jsx +++ b/src/PolicyEditor/index.jsx @@ -434,6 +434,13 @@ export class PolicyEditor extends Component { {EffectiveListValue(this, "scheduling.cron")} + + + + {OptionalBoolean(this, "", "policy.scheduling.runMissed", "inherit from parent")} + + {EffectiveBooleanValue(this, "scheduling.runMissed")} +