added last modified tables in dashboard
This commit is contained in:
@@ -13,6 +13,18 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<h2>Dernières modifications</h2>
|
||||
<table class="table table-condensed">
|
||||
<tr tal:repeat="item last_modified">
|
||||
<td>${item.nomtable}</td>
|
||||
<td>${item.societe}</td>
|
||||
<td>${item.no_id}</td>
|
||||
<td>${item.datemaj.strftime('%d %b, %H:%M')}</td>
|
||||
<td>${item.usermaj}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div><!-- content -->
|
||||
</metal:block>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<h4>CONNEXIONS</h4>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/stats_dd/PE"><span class="glyphicon glyphicon-wrench logo-primary"></span></a>
|
||||
<a href="${request.application_url}/stats"><span class="glyphicon glyphicon-wrench logo-primary"></span></a>
|
||||
<h4>STATS GLOBALES</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user