Skip to content

Commit

Permalink
Add paused to _legend.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Oct 17, 2024
1 parent 419bef8 commit 3983ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
${%online}
</dd>

<dt>
<l:icon src="symbol-computer-paused" />
</dt>
<dd>
${%paused}
</dd>

<dt>
<l:icon src="symbol-computer-disconnected" />
</dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ not-accepting=The agent is not accepting tasks for execution. This usually means
the time window. The agent might still execute tasks that have started while it was accepting tasks. Cloud agents that are \
intended to run only a single task might also use this.<br/>\
Agents will be shown as <code>suspended</code> in the <code>Build Executor Status</code> widgets.
paused=The agent has been put offline due to the configured retention strategy. It will be brought back online when needed (e.g. a new task requests it).
offline=None of the above conditions applies. The agent is not connected or it is still connected but a node monitor decided \
that the agent is not in a healthy state. An agent in this state should be investigated.
Legend=Icon legend

0 comments on commit 3983ac6

Please sign in to comment.