summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/util/authorizations.js
blob: 4086b35d254663773f03397eeaad2cdc1d7fc6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
export const AUTH_ICON_MAP = {
    OWN: 'home',
    EDIT: 'pencil',
    VIEW: 'eye',
}

export const AUTH_DESCRIPTION_MAP = {
    OWN: 'Own',
    EDIT: 'Can Edit',
    VIEW: 'Can View',
}