Skip to content

Commit

Permalink
Minor tweaks to the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Aug 5, 2023
1 parent ecd67c8 commit 4b02cb2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
data-bs-target="#statistics-modal"
tabindex="-1"
>
<span>Mined Projects</span>
<span>Statistics</span>
</a>
</li>
<li class="nav-item">
Expand Down Expand Up @@ -797,19 +797,19 @@ <h5 class="my-3">Additional Filters</h5>
<div class="modal-dialog modal-dialog-scrollable modal-dialog-centered modal-lg modal-fullscreen-sm-down">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="statistics-modal-label">Mined Projects</h1>
<h1 class="modal-title fs-5" id="statistics-modal-label">Mined &amp; Analyzed Projects</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="mb-3">
<canvas id="statistics-chart" class="chart"></canvas>
</div>
<div class="d-flex justify-content-between justify-content-md-around">
<h2 class="fs-6 placeholder-glow">
Total Mined: <span id="statistics-mined" class="placeholder align-baseline bg-white">Loading...</span>
<div class="d-flex justify-content-between justify-content-md-around text-center mb-3">
<h2 class="fs-6 mb-0 placeholder-glow">
Total Repositories: <span id="statistics-mined" class="placeholder align-baseline bg-white">Loading...</span>
</h2>
<h2 class="fs-6 placeholder-glow">
Total Analyzed: <span id="statistics-analyzed" class="placeholder align-baseline bg-white">Loading...</span>
<h2 class="fs-6 mb-0 placeholder-glow">
Analysis Coverage: <span id="statistics-analyzed" class="placeholder align-baseline bg-white">Loading...</span>
</h2>
</div>
</div>
Expand Down

0 comments on commit 4b02cb2

Please sign in to comment.