Merge pull request 'Ajout identifant issue dans tableau des issues' (#17) from feat/10-identifiant-issue-visible-tab-issue into develop
Reviewed-on: Bonsai/Bonsai-webapp#17
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
<table class="table table-hover align-middle mb-0">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Titre</th>
|
||||
<th>Type</th>
|
||||
<th>Priorite</th>
|
||||
@@ -47,6 +48,7 @@
|
||||
(click)="openIssue(issue.id)"
|
||||
(keydown.enter)="openIssue(issue.id)"
|
||||
>
|
||||
<td class="text-secondary small">#{{ issue.id }}</td>
|
||||
<td>{{ issue.name }}</td>
|
||||
<td><span [class]="'badge ' + typeBadgeClass(issue.type)">{{ issue.type }}</span></td>
|
||||
<td>{{ issue.priority }}</td>
|
||||
|
||||
Reference in New Issue
Block a user