fix(runs): plain-language empty state with a guide button
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
The empty state explained itself in operator jargon (detach, detached.enabled, operator config) and offered no way forward. Now it says what background runs are in everyday language and opens the built-in guide — which carries the exact activation steps — via a real button. DE and EN. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
9cc330fca0
commit
cc1618f512
3 changed files with 14 additions and 4 deletions
|
|
@ -1740,8 +1740,9 @@
|
|||
"workspaceProtectedHint": "Protected: logically separated in the shared hub — no hard process barrier. Critical engagements use a sealed area.",
|
||||
"runsTitle": "Runs",
|
||||
"runsReloadTooltip": "Reload the runs list",
|
||||
"runsEmptyTitle": "No detached runs",
|
||||
"runsEmptyHint": "Runs submitted with detach stay here until they finish. Detached invocations are opt-in — enable detached.enabled in the operator config to use them.",
|
||||
"runsEmptyTitle": "No background runs",
|
||||
"runsEmptyHint": "Runs that keep working in the background while you do something else appear here. The feature is optional and off by default — the guide shows step by step how to turn it on.",
|
||||
"runsEmptyGuideButton": "Open the guide",
|
||||
"runsCancelButton": "Cancel",
|
||||
"runsCancelSignalled": "Cancel signalled for {flow}.",
|
||||
"@runsCancelSignalled": {"placeholders": {"flow": {"type": "String"}}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue