aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/model/tile.ts
diff options
context:
space:
mode:
authorFiete Ostkamp <fiete.ostkamp@telekom.de>2023-08-29 08:32:58 +0000
committerGerrit Code Review <gerrit@onap.org>2023-08-29 08:32:58 +0000
commitbf25efd6d3ed28266ed916c0ebe9dd3a45a4affb (patch)
treef57fcc504518e6c539e13c18ecf67e043f678ab8 /src/app/model/tile.ts
parent27ada27d347e4867f4992b4162c5c025b88764c6 (diff)
parent01291263baf50d0bf2e562bf457a57e4c41df9ca (diff)
Merge "Change role prefix from onap_ to portal_ [ui]"montreal
Diffstat (limited to 'src/app/model/tile.ts')
-rw-r--r--src/app/model/tile.ts6
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',
}