update yaml
This commit is contained in:
parent
cfd3d21da8
commit
606951a70d
1 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,13 @@ sections:
|
||||||
component: "Officer_EventManagement"
|
component: "Officer_EventManagement"
|
||||||
class: "text-info hover:text-info-focus"
|
class: "text-info hover:text-info-focus"
|
||||||
|
|
||||||
|
reimbursementManagement:
|
||||||
|
title: "Reimbursement Management"
|
||||||
|
icon: "heroicons:credit-card"
|
||||||
|
role: "general"
|
||||||
|
component: "Officer_ReimbursementManagement"
|
||||||
|
class: "text-info hover:text-info-focus"
|
||||||
|
|
||||||
# Sponsor Menu
|
# Sponsor Menu
|
||||||
sponsorDashboard:
|
sponsorDashboard:
|
||||||
title: "Sponsor Dashboard"
|
title: "Sponsor Dashboard"
|
||||||
|
@ -72,7 +79,7 @@ categories:
|
||||||
|
|
||||||
executive:
|
executive:
|
||||||
title: "Executive Menu"
|
title: "Executive Menu"
|
||||||
sections: []
|
sections: ["reimbursementManagement"]
|
||||||
role: "executive"
|
role: "executive"
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
|
|
Loading…
Reference in a new issue