Skip to content

Commit

Permalink
Repeat info about shown packages after pager
Browse files Browse the repository at this point in the history
  • Loading branch information
djjuhasz committed Oct 9, 2024
1 parent 7b2316e commit 2124363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dashboard/src/pages/packages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ const toggleLegend = () => {
</li>
</ul>
</nav>
<div class="text-muted mb-3 text-center">
Showing packages {{ packageStore.page.offset + 1 }} -
{{ packageStore.lastResultOnPage }} of
{{ packageStore.page.total }}
</div>
</div>
</div>
</template>

0 comments on commit 2124363

Please sign in to comment.