UI/Adds pagination to auth methods list (#13054)
* adds pagination to auth methods list * adds changelog
This commit is contained in:
parent
f9c8843996
commit
7bc177abc6
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:bug
|
||||||
|
ui: Adds pagination to auth methods list view
|
||||||
|
```
|
|
@ -52,7 +52,7 @@
|
||||||
</ToolbarLink>
|
</ToolbarLink>
|
||||||
</ToolbarActions>
|
</ToolbarActions>
|
||||||
</Toolbar>
|
</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}}
|
{{#if list.empty}}
|
||||||
<list.empty @title="No {{pluralize itemType}} yet"
|
<list.empty @title="No {{pluralize itemType}} yet"
|
||||||
@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to get started.">
|
@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to get started.">
|
||||||
|
|
Loading…
Reference in New Issue