docs(web-ui): fix interval composer wording + SSE->re-render (iris nits)
This commit is contained in:
parent
efdd1dd156
commit
23ed124881
1 changed files with 4 additions and 4 deletions
|
|
@ -281,10 +281,10 @@ active = `targets_remove`, checked-not-originally-active =
|
||||||
The table's last row is a permanent inline creation row (#564):
|
The table's last row is a permanent inline creation row (#564):
|
||||||
inputs live directly in table cells (targets as checkboxes,
|
inputs live directly in table cells (targets as checkboxes,
|
||||||
body textarea that expands on focus, datetime-local pre-filled
|
body textarea that expands on focus, datetime-local pre-filled
|
||||||
to 5 minutes from now, interval composer, description). Click
|
to 5 minutes from now, mini d/h/m/s number inputs (blank or
|
||||||
`+` to POST to `/api/schedules` as JSON; the row carry-state
|
all-zero = one-shot), description). Click `+` to POST to
|
||||||
survives SSE refreshes (partially-typed inputs are preserved
|
`/api/schedules` as JSON (or `⌫` to clear the half-filled row);
|
||||||
across live updates). The tab pill shows the count of active
|
carry-state preserves partially-typed inputs across re-renders. The tab pill shows the count of active
|
||||||
schedules (at least one live target not yet cancelled).
|
schedules (at least one live target not yet cancelled).
|
||||||
Refreshed on tab activation and after each submit/cancel. Backed by
|
Refreshed on tab activation and after each submit/cancel. Backed by
|
||||||
`GET /api/schedules`. No backend changes for the table layout
|
`GET /api/schedules`. No backend changes for the table layout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue