Add Queue Runner Status to the topbar

I've been searching for this waaay too often in the past and I simply do not see a reason not to include it in the topbar by default.
This commit is contained in:
Andreas Rammhold
2021-02-09 14:10:08 +01:00
committed by ahuston-0
parent 83db317594
commit 60876ef897

View File

@@ -34,6 +34,9 @@
[% INCLUDE menuItem [% INCLUDE menuItem
uri = c.uri_for(c.controller('Root').action_for('steps')) uri = c.uri_for(c.controller('Root').action_for('steps'))
title = "Latest steps" %] title = "Latest steps" %]
[% INCLUDE menuItem
uri = c.uri_for(c.controller('Root').action_for('queue_runner_status'))
title = "Queue Runner Status" %]
[% END %] [% END %]
[% IF project %] [% IF project %]