| Filename | Latest commit message | Latest commit date |
|---|---|---|
The kill endpoint deserializes ?graceful as a strict bool (true/false), so the dashboard's ?graceful=1 failed with 'provided string was not true or false' and graceful shutdown silently broke. The stop and bulk-stop buttons build the param at two call sites in tabs.js; send graceful=true instead (a hard kill still omits the param entirely). Keeps the API contract strict — the FE one-liner damocles and I agreed on, superseding the lax-bool deserializer in the closed #1917. Fixes #1914. |
||
| .. | ||
| src | ||
| build.mjs | ||
| package.json | ||