diff --git a/src/root/topbar.tt b/src/root/topbar.tt index 9899a37b..af539ffa 100644 --- a/src/root/topbar.tt +++ b/src/root/topbar.tt @@ -94,6 +94,11 @@ title = "Clear all non-running old builds from queue" confirmmsg = "Are you sure you want to clear the queue?" class = "" %] + [% INCLUDE menuItem + uri = c.uri_for(c.controller('Admin').action_for('clearvcscache')) + title = "Clear VCS caches" + confirmmsg = "Are you sure you want to clear the VCS cache?" + class = "" %] [% END %] [% END %]