Ajout du type d'issue dans les détails et la liste des issues

This commit is contained in:
Cédric OLIVIER
2026-05-22 18:40:19 +02:00
parent 26dfbae927
commit ecf55392fd
4 changed files with 42 additions and 16 deletions
+2
View File
@@ -13,6 +13,7 @@
<thead>
<tr>
<th>Titre</th>
<th>Type</th>
<th>Priorite</th>
<th>Statut</th>
<th>Assignee</th>
@@ -27,6 +28,7 @@
(keydown.enter)="openIssue(issue.id)"
>
<td>{{ issue.name }}</td>
<td>{{ issue.type }}</td>
<td>{{ issue.priority }}</td>
<td>{{ issue.status }}</td>
<td>{{ issue.assignee }}</td>