Skip to content

Commit

Permalink
Merge pull request #60 from ontodev/refine-ui
Browse files Browse the repository at this point in the history
Refine UI
  • Loading branch information
jamesaoverton authored Jun 28, 2023
2 parents 02ba6d6 + 47096b5 commit f2534a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h5 class="modal-title">Show Results</h5>
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="{{ name|id }}ModalLabel">{{ value.label or name }}</h1>
<button type="button" class="btn" data-bs-dismiss="modal" aria-label="Close"></button>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
{% if value.description %}
Expand Down Expand Up @@ -238,7 +238,7 @@ <h1 class="modal-title fs-5" id="{{ name|id }}ModalLabel">{{ value.label or name
{% endif %}
{% if table.counts.update %}
<strong>{{ table.counts.update}}</strong>
<i class="bi bi-check-square-fill text-success"></i>
<i class="bi bi-clock-history text-secondary"></i>
{% endif %}
{% endif %}
</span>
Expand Down Expand Up @@ -313,7 +313,7 @@ <h1 class="modal-title fs-5" id="{{ name|id }}ModalLabel">{{ value.label or name
{% elif cell.message_level == "info" %}
<i class="bi bi-info-circle-fill text-info"></i>
{% elif cell.message_level == "update" %}
<i class="bi bi-check-square-fill text-success"></i>
<i class="bi bi-clock-history text-secondary"></i>
{% else %}
<i class="bi bi-question-circle-fill"></i>
{% endif %}
Expand Down

0 comments on commit f2534a1

Please sign in to comment.