Fixed CDateTime component and CMyChipList
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user