Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

queue-runner-status.tt
[% WRAPPER layout.tt title="Queue runner status" %]
[% PROCESS common.tt %]

<div class="card bg-light"><div class="card-body"><pre>[% HTML.escape(status) %]</pre></div></div>

[% END %]