amélioration de l'affichage des imports
This commit is contained in:
parent
b5d5b1c245
commit
cb818e3081
@ -22,7 +22,6 @@
|
||||
<th>Id</th>
|
||||
<th>Nom</th>
|
||||
<th>Récurrence</th>
|
||||
<th>Source</th>
|
||||
<th>Nombre d'imports</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
@ -32,13 +31,13 @@
|
||||
<tr>
|
||||
<td>{{ obj.pk }}</a></td>
|
||||
<td>{{ obj.name }}</a></td>
|
||||
<td>{{ obj.recurrence }}</td>
|
||||
<td><a href="{{ obj.source }}">{{ obj.source|truncatechars_middle:32 }}</a></td>
|
||||
<td>{{ obj.get_recurrence_display }}</td>
|
||||
<td>{{ obj.nb_imports }}</td>
|
||||
<td>
|
||||
<div class="buttons">
|
||||
<a href="{% url 'run_rimport' obj.pk %}" role="button">Exécuter</a>
|
||||
<a href="{% url 'view_rimport' obj.pk %}" role="button">Consulter</a>
|
||||
<a href="{% url 'edit_rimport' obj.pk %}" role="button">Modifier</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user