feat: add user_list
This commit is contained in:
@@ -10,7 +10,10 @@ const model = ref([
|
||||
},
|
||||
{
|
||||
label: 'Super Admin',
|
||||
items: [{ label: 'Tenants', icon: 'pi pi-fw pi-building', to: '/superadmin/tenants' }]
|
||||
items: [
|
||||
{ label: 'Tenants', icon: 'pi pi-fw pi-building', to: '/superadmin/tenants' },
|
||||
{ label: 'Users', icon: 'pi pi-fw pi-users', to: '/superadmin/users' }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'UI Components',
|
||||
|
||||
Reference in New Issue
Block a user