Development

This commit is contained in:
Matthew Grotke 2026-05-25 21:49:47 -04:00
parent ac0aa4de22
commit 91d8b950b7
5 changed files with 38 additions and 35 deletions

View file

@ -290,7 +290,7 @@ def queued_msg(cmd=None, description='', action_label='Configuration saved'):
return _build_timing_msg(entry_ts, cmd, action_label)
# ── Snapshot system ───────────────────────────────────────────────────────────
# Snapshot system ===================================================
def _pending_uuid_set():
return {item[0] for item in _read_dashboard_pending()}
@ -437,7 +437,7 @@ def save_config_with_snapshot(new_core, path, key, operation, before, after,
return _build_timing_msg(entry_ts, cmd)
# ── Misc ──────────────────────────────────────────────────────────────────────
# Misc ==============================================================
def run_apply():
try: