<!-- Last 24 hours job Status -->
<div class="box">
- <p class="title">Last 24 hours status
- <!-- <a href="jobs.php" title="Show last 24 hours jobs status">View report</a> -->
- </p>
+ <p class="title">Last 24 hours status</p>
<table>
<tr>
<td class="label">Failed jobs</td>
<td class="info">{$failed_jobs}</td>
- <!-- <td class="info"> <a href="jobs.php" title="View last failed jobs">View</a> </td> -->
</tr>
<tr>
<td class="label">Completed jobs</td>
<td class="info">{$completed_jobs}</td>
- <!-- <td class="info"> <a href="jobs.php" title="View last completed jobs">View</a> </td> -->
</tr>
<tr>
<td class="label">Waiting jobs</td>
<td class="info">{$waiting_jobs}</td>
- <!-- <td class="info"> <a href="jobs.php" title="View last completed jobs">View</a> </td> -->
</tr>
+ <tr>
+ <td colspan="2" class="label"><hr></td>
+ </tr>
<tr>
<td class="label">Transferred Bytes</td>
<td class="info">{$bytes_totales}</td>
- <!-- <td class="info"> <a href="#" title="View report">View</a> </td> -->
- </tr>
+ </tr>
</table>
</div> <!-- end div box -->