mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-02 03:32:13 +02:00
feat: add scriptable housekeeper rule engine
This commit is contained in:
@@ -208,7 +208,9 @@ class HousekeeperTab(ttk.Frame):
|
||||
row=0, column=0, sticky="w"
|
||||
)
|
||||
ttk.Label(
|
||||
header, text="Prüfend, keine Aktionen werden automatisch ausgeführt", style="Mono.TLabel"
|
||||
header,
|
||||
text="Regeln prüfen Daten und führen idempotente Aktionen aus",
|
||||
style="Mono.TLabel",
|
||||
).grid(row=1, column=0, sticky="w")
|
||||
ttk.Button(header, text="Neu prüfen", command=self.refresh).grid(
|
||||
row=0, column=1, rowspan=2, padx=(0, 8)
|
||||
|
||||
Reference in New Issue
Block a user