added last modified tables in dashboard

This commit is contained in:
2023-10-14 16:10:02 +02:00
parent b0f25625ee
commit 07011002f3
4 changed files with 35 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>