Skip to content

Commit

Permalink
feat: Improve GUI dataset files counter
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jul 11, 2024
1 parent a233f85 commit 72913fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/modules/dataset/templates/dataset/view_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,12 @@ <h3> Related publication </h3>
<div class="list-group-item">

<div class="row">
<div class="col-12">
<h4 style="margin-bottom: 0px">UVL models ({{ dataset.get_files_count() }})</h4>
<div class="col-12 d-flex justify-content-between align-items-center">
<h4 style="margin-bottom: 0px">UVL models</h4>
<h4 style="margin-bottom: 0px;"><span class="badge bg-dark">{{ dataset.get_files_count() }}</span></h4>
</div>
</div>


</div>

Expand Down

0 comments on commit 72913fa

Please sign in to comment.