mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Merge remote-tracking branch 'remotes/from/ce/main'
This commit is contained in:
commit
f1fc9d3fc0
@ -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 />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user