mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Fix broken icons, remove showActions from TeamsTable, fix margins for pixel/link overview
This commit is contained in:
parent
ee70baaeb7
commit
1a5c7df671
9 changed files with 45 additions and 43 deletions
|
|
@ -127,12 +127,12 @@ export const DATA_TYPES = {
|
|||
|
||||
export const ROLES = {
|
||||
admin: 'admin',
|
||||
teamManager: 'team-manager',
|
||||
teamMember: 'team-member',
|
||||
teamOwner: 'team-owner',
|
||||
teamViewOnly: 'team-view-only',
|
||||
user: 'user',
|
||||
viewOnly: 'view-only',
|
||||
teamOwner: 'team-owner',
|
||||
teamManager: 'team-manager',
|
||||
teamMember: 'team-member',
|
||||
teamViewOnly: 'team-view-only',
|
||||
} as const;
|
||||
|
||||
export const PERMISSIONS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue