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