Development
This commit is contained in:
parent
ac0aa4de22
commit
91d8b950b7
5 changed files with 38 additions and 35 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue