mirror of https://github.com/rancher/ui.git
15 lines
511 B
Handlebars
15 lines
511 B
Handlebars
{{#each pagedContent as |item|}}
|
|
{{container-dot model=item}}
|
|
{{else}}
|
|
<div class="text-center text-muted pt-20 pb-20">
|
|
{{#if searchText}}
|
|
{{t 'containersPage.table.noMatch'}}
|
|
{{else}}
|
|
{{t 'containersPage.table.noData'}}
|
|
{{/if}}
|
|
</div>
|
|
{{/each}}
|
|
{{#if (gt filtered.length pagedContent.length)}}
|
|
{{page-numbers content=pagedContent class="text-center mt-10 mb-10 no-select" indexTo=indexTo indexFrom=indexFrom totalCount=filtered.length textLabel="pagination.container"}}
|
|
{{/if}}
|