mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 06:01:08 +01:00
UI/Adds pagination to auth methods list (#13054)
* adds pagination to auth methods list * adds changelog
This commit is contained in:
parent
ad221a4f2c
commit
61c41fbc55
3
changelog/13054.txt
Normal file
3
changelog/13054.txt
Normal file
@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Adds pagination to auth methods list view
|
||||
```
|
||||
@ -52,7 +52,7 @@
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
<ListView @items={{model}} @itemNoun={{itemType}} as |list|>
|
||||
<ListView @items={{model}} @itemNoun={{itemType}} @paginationRouteName="vault.cluster.access.method.item.list" as |list|>
|
||||
{{#if list.empty}}
|
||||
<list.empty @title="No {{pluralize itemType}} yet"
|
||||
@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to get started.">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user