forked from lix-project/hydra
19 lines
1 KiB
Text
19 lines
1 KiB
Text
[% WRAPPER layout.tt title="Admin" %]
|
|
[% PROCESS common.tt %]
|
|
|
|
<h1>Admin</h1>
|
|
|
|
<ul>
|
|
<li>[% INCLUDE maybeLink uri = c.uri_for(c.controller('Project').action_for('create')) content = "Create project" %]</li>
|
|
<li>Caching
|
|
<ul>
|
|
<li>[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('clearfailedcache')) content = "Clear failed builds cache" confirmmsg = "Are you sure you want to clear the failed builds cache?" %]</li>
|
|
<li>[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('clearevalcache')) content = "Clear evaluation cache" confirmmsg = "Are you sure you want to clear the evaluation cache?" %]</li>
|
|
<li>[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('clearvcscache')) content = "Clear VCS caches" confirmmsg = "Are you sure you want to clear the VCS caches?" %]</li>
|
|
</ul>
|
|
</li>
|
|
<li>[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('managenews')) content = "News" %]</li>
|
|
</ul>
|
|
|
|
|
|
[% END %]
|