This commit is contained in:
@ -5,11 +5,23 @@
|
||||
|
||||
<tr>
|
||||
<td class="fw-bold">#<%= metadata.idx + 1 %></td>
|
||||
<td><%= metadata.name %></td>
|
||||
<td>
|
||||
<span
|
||||
class="m-0"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom"
|
||||
data-bs-title="<%= metadata.description %>">
|
||||
<%= metadata.name %>
|
||||
</span>
|
||||
</td>
|
||||
<td><%= metadata.bestPracticeCategory %></td>
|
||||
|
||||
<td>
|
||||
<span class="badge text-bg-<%= priorityColor %>">
|
||||
<span
|
||||
class="badge text-bg-<%= priorityColor %>"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom"
|
||||
data-bs-title="<%= metadata.priorityReason %>">
|
||||
<%= metadata.priority %> - <%= priorityLabel %>
|
||||
</span>
|
||||
</td>
|
||||
|
@ -32,7 +32,7 @@
|
||||
<div class="progress-bar progress-bar-striped progress-bar-animated bg-secondary" style="width: 100%"></div>
|
||||
</div>
|
||||
|
||||
<p>Progressing</p>
|
||||
<p class="m-0">Progressing</p>
|
||||
</td>
|
||||
<% } %>
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
<div class="progress-bar progress-bar-striped bg-danger" style="width: 100%"></div>
|
||||
</div>
|
||||
|
||||
<p>Error</p>
|
||||
<p class="m-0">Error</p>
|
||||
</td>
|
||||
<% } %>
|
||||
|
||||
@ -52,6 +52,6 @@
|
||||
<div class="progress-bar" style="width: 0%"></div>
|
||||
</div>
|
||||
|
||||
<p>Ready</p>
|
||||
<p class="m-0">Ready</p>
|
||||
</td>
|
||||
<% } %>
|
||||
|
Reference in New Issue
Block a user