mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Remove legacy tool error mako file
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
<%inherit file="/base.mako"/>
|
||||
|
||||
<%def name="title()">Tool Errors</%def>
|
||||
|
||||
<h2>Tool Errors</h2>
|
||||
|
||||
<p>
|
||||
Internal Tool Error log
|
||||
</p>
|
||||
|
||||
<table class="manage-table colored" border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr class="header">
|
||||
<td>Time</td>
|
||||
<td>Phase</td>
|
||||
<td>File</td>
|
||||
<td>Error</td>
|
||||
</tr>
|
||||
%for error in tool_errors:
|
||||
<tr>
|
||||
<td>${error['time']}</td>
|
||||
<td>${error['phase']}</td>
|
||||
<td>${error['file']}</td>
|
||||
<td>${error['error']}</td>
|
||||
</tr>
|
||||
%endfor
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user