mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	feat(frontend): add grouping in the admin center (#9596)
* feat(frontend): Add grouping in the admin center * fix name * make sections more distinct * re-arrange sections * ensure plugin panels work * fix missing key issue * fix test name
This commit is contained in:
		| @@ -21,7 +21,7 @@ test('Permissions - Admin', async ({ browser, request }) => { | ||||
|   // Check for expected tabs | ||||
|   await loadTab(page, 'Machines'); | ||||
|   await loadTab(page, 'Plugins'); | ||||
|   await loadTab(page, 'User Management'); | ||||
|   await loadTab(page, 'Users / Access'); | ||||
|  | ||||
|   // Let's create a new user | ||||
|   await page.getByLabel('action-button-add-user').click(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user