feat: add Groups tab with hierarchy management and member/role assignment

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-23 18:32:18 +01:00
parent 907bcd5017
commit 9ab38dfc59
2 changed files with 402 additions and 2 deletions

View File

@@ -5,8 +5,6 @@ import styles from './UserManagement.module.css';
import GroupsTab from './GroupsTab';
import RolesTab from './RolesTab';
// Placeholder component for Users tab (task 17)
const UsersTab = () => <div>Users tab coming soon</div>;
export default function RbacPage() {
const { data: stats } = useRbacStats();