Fixed CDateTime component and CMyChipList

This commit is contained in:
Paolo Arena
2019-10-28 22:01:47 +01:00
parent 6c9f97c716
commit f288ace2a7
7 changed files with 95 additions and 46 deletions

View File

@@ -4,17 +4,20 @@ export const shared_consts = {
Admin: {
value: 1,
label: 'pages.Admin',
icon: 'fas fa-user-shield'
icon: 'fas fa-user-shield',
color: 'red'
},
Manager: {
value: 2,
label: 'otherpages.manage.manager',
icon: 'fas fa-tools'
icon: 'fas fa-tools',
color: 'green'
},
Teacher: {
value: 4,
label: 'event.teacher',
icon: 'fas fa-user-tie'
icon: 'fas fa-user-tie',
color: 'blue'
}
},