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:
@@ -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 %]
|
||||||
|
Reference in New Issue
Block a user