From 262cd923005597ee1762a8494b3304604cefbf22 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Tue, 4 Aug 2026 19:49:44 -0400 Subject: [PATCH] Cover every control in the reference tables so the collapsed view stays complete --- Plugin/unraid/pages/readme/scheduler-readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Plugin/unraid/pages/readme/scheduler-readme.md b/Plugin/unraid/pages/readme/scheduler-readme.md index 6628ab1..e11f337 100644 --- a/Plugin/unraid/pages/readme/scheduler-readme.md +++ b/Plugin/unraid/pages/readme/scheduler-readme.md @@ -122,8 +122,23 @@ on disk is never touched until you press Save. | **Dry Run** | Execute with `--dry-run`; writes nothing | | **Log** | Open this script's log in the right panel | | **Verbose** | Appends `--log` for per-item detail in the output | +| **Stop** | SIGTERM, 3s, then SIGKILL. Clears any lock the script left behind | | **Steps ▸** | Expand the scripts this orchestrator calls | +## Reference — controls elsewhere on the page + +| Control | Where | What it does | +|---|---|---| +| **Suggested cron** | Orch tree | Click the cron badge to apply and save that schedule instantly | +| **Status dot** | Orch tree | Green / orange / red for the last run; dim if never run. Hover for detail | +| **Arrange** | Orch tree | Drag scripts between orchestrators. **Save Arrangement** commits to `master.conf` | +| **Array events** | Cron field | Type `array_start` or `array_stop` instead of an expression | +| **Log search** | Toolbar | Filters the open log, highlighting matches and dimming the rest | +| **Invert** | Toolbar | Newest log lines at the top | +| **Auto Scroll** | Toolbar | Follows the newest line; pauses if you scroll up | +| **Cancel** | Toolbar, editing | Discards changes and returns here. The file is untouched until Save | +| **+ Folder** | Custom Scripts | A collapsible subfolder you can drag scripts into | + ## Reference — orchestrator and step behaviour | State | Behaviour |