simplification de l'affichage
This commit is contained in:
parent
50288b29f4
commit
be791d523f
@ -21,11 +21,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Id</th>
|
<th>Id</th>
|
||||||
<th>Nom</th>
|
<th>Nom</th>
|
||||||
<th>Processeur</th>
|
|
||||||
<th>Téléchargeur</th>
|
|
||||||
<th>Récurrence</th>
|
<th>Récurrence</th>
|
||||||
<th>Source</th>
|
<th>Source</th>
|
||||||
<th>Adresse naviguable</th>
|
|
||||||
<th>Nombre d'imports</th>
|
<th>Nombre d'imports</th>
|
||||||
<th>Actions</th>
|
<th>Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -35,11 +32,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{ obj.pk }}</a></td>
|
<td>{{ obj.pk }}</a></td>
|
||||||
<td>{{ obj.name }}</a></td>
|
<td>{{ obj.name }}</a></td>
|
||||||
<td>{{ obj.processor }}</td>
|
|
||||||
<td>{{ obj.downloader }}</td>
|
|
||||||
<td>{{ obj.recurrence }}</td>
|
<td>{{ obj.recurrence }}</td>
|
||||||
<td><a href="{{ obj.source }}">{{ obj.source|truncatechars_middle:32 }}</a></td>
|
<td><a href="{{ obj.source }}">{{ obj.source|truncatechars_middle:32 }}</a></td>
|
||||||
<td><a href="{{ obj.browsable_url }}">{{ obj.browsable_url|truncatechars_middle:32 }}</a></td>
|
|
||||||
<td>{{ obj.nb_imports }}</td>
|
<td>{{ obj.nb_imports }}</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
|
Loading…
Reference in New Issue
Block a user