Merge remote-tracking branch 'remotes/from/ce/main'

This commit is contained in:
hc-github-team-secure-vault-core 2026-04-15 18:19:52 +00:00
commit f1fc9d3fc0

View File

@ -110,16 +110,14 @@
/>
</Hds::ApplicationState>
{{/each}}
{{#unless this.filter}}
<Hds::Pagination::Numbered
@currentPage={{this.model.meta.currentPage}}
@currentPageSize={{this.model.meta.pageSize}}
@route={{concat "vault.cluster.access.leases.list" (unless this.baseKey.id "-root")}}
@showSizeSelector={{false}}
@totalItems={{this.model.meta.total}}
@queryFunction={{this.paginationQueryParams}}
/>
{{/unless}}
<Hds::Pagination::Numbered
@currentPage={{this.model.meta.currentPage}}
@currentPageSize={{this.model.meta.pageSize}}
@route={{concat "vault.cluster.access.leases.list" (unless this.baseKey.id "-root")}}
@showSizeSelector={{false}}
@totalItems={{this.model.meta.total}}
@queryFunction={{this.paginationQueryParams}}
/>
{{else}}
<Hds::ApplicationState class="top-padding-32 is-marginless" as |A|>
<A.Header @title={{this.emptyTitle}} @titleTag="h2" data-test-empty-state-title />