mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	UI/Adds pagination to auth methods list (#13054)
* adds pagination to auth methods list * adds changelog
This commit is contained in:
		
							
								
								
									
										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> |     </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."> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 claire bontempo
					claire bontempo