feat: comment out Role & Permission and Log Aktivitas items in sistemItems for future reference
This commit is contained in:
parent
8c26f942bf
commit
670719c0d8
@ -104,7 +104,7 @@ const hrItems: NavMenuItem[] = [
|
||||
|
||||
const sistemItems: NavMenuItem[] = [
|
||||
{ title: 'Pengaturan', href: '/admin/settings', icon: Settings, permission: ['settings.view_system', 'settings.view_homepage', 'settings.view_social_media', 'settings.view_hr'] },
|
||||
{ title: 'Role & Permission', href: rolesIndex.url(), icon: Shield, permission: 'roles.view' },
|
||||
// { title: 'Role & Permission', href: rolesIndex.url(), icon: Shield, permission: 'roles.view' },
|
||||
// { title: 'Log Aktivitas', href: '#', icon: Activity, permission: 'activity_logs.view' },
|
||||
];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user