UI/Adds pagination to auth methods list (#13054)

* adds pagination to auth methods list

* adds changelog
This commit is contained in:
claire bontempo
2021-11-04 16:35:20 -07:00
committed by GitHub
parent ad221a4f2c
commit 61c41fbc55
2 changed files with 4 additions and 1 deletions

3
changelog/13054.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: Adds pagination to auth methods list view
```

View File

@@ -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.">