diff options
author | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2023-08-29 08:32:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-08-29 08:32:58 +0000 |
commit | bf25efd6d3ed28266ed916c0ebe9dd3a45a4affb (patch) | |
tree | f57fcc504518e6c539e13c18ecf67e043f678ab8 /src/app/model | |
parent | 27ada27d347e4867f4992b4162c5c025b88764c6 (diff) | |
parent | 01291263baf50d0bf2e562bf457a57e4c41df9ca (diff) |
Merge "Change role prefix from onap_ to portal_ [ui]"montreal
Diffstat (limited to 'src/app/model')
-rw-r--r-- | src/app/model/tile.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/model/tile.ts b/src/app/model/tile.ts index c23482e..502a3cf 100644 --- a/src/app/model/tile.ts +++ b/src/app/model/tile.ts @@ -39,9 +39,9 @@ export enum Group { } export enum Role { - ONAP_OPERATOR = 'ONAP_OPERATOR', - ONAP_DESIGNER = 'ONAP_DESIGNER', - ONAP_ADMIN = 'ONAP_ADMIN', + PORTAL_OPERATOR = 'PORTAL_OPERATOR', + PORTAL_DESIGNER = 'PORTAL_DESIGNER', + PORTAL_ADMIN = 'PORTAL_ADMIN', } |