chore: code cleanup

This commit is contained in:
canove
2021-01-14 21:48:55 -03:00
parent af56447464
commit a5004eb425
7 changed files with 12 additions and 15 deletions

18
frontend/src/rules.js Normal file
View File

@@ -0,0 +1,18 @@
const rules = {
user: {
static: [],
},
admin: {
static: [
"drawer-admin-items:view",
"tickets-manager:showall",
"user-modal:editProfile",
"user-modal:editQueues",
"ticket-options:deleteTicket",
"contacts-page:deleteContact",
],
},
};
export default rules;