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/assets/tiles/tiles.json | |
parent | 27ada27d347e4867f4992b4162c5c025b88764c6 (diff) | |
parent | 01291263baf50d0bf2e562bf457a57e4c41df9ca (diff) |
Merge "Change role prefix from onap_ to portal_ [ui]"montreal
Diffstat (limited to 'src/assets/tiles/tiles.json')
-rw-r--r-- | src/assets/tiles/tiles.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/src/assets/tiles/tiles.json b/src/assets/tiles/tiles.json index ab2db40..1030ad8 100644 --- a/src/assets/tiles/tiles.json +++ b/src/assets/tiles/tiles.json @@ -11,9 +11,9 @@ "redirectUrl": "https://sdc-ui-HOSTNAME/sdc1/portal", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] }, { @@ -27,7 +27,7 @@ "redirectUrl": "https://policy-ui-HOSTNAME/", "groups": [], "roles": [ - "ONAP_ADMIN" + "PORTAL_ADMIN" ] }, { @@ -41,7 +41,7 @@ "redirectUrl": "https://so-monitoring-ui-HOSTNAME/", "groups": [], "roles": [ - "ONAP_OPERATOR" + "PORTAL_OPERATOR" ] }, { @@ -55,9 +55,9 @@ "redirectUrl": "https://cds-ui-HOSTNAME/", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] }, { @@ -71,9 +71,9 @@ "redirectUrl": "https://holmes-ui-HOSTNAME/iui/holmes/default.html", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] }, { @@ -87,9 +87,9 @@ "redirectUrl": "https://aai-ui-HOSTNAME/services/aai/webapp/index.html#/browse", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] }, { @@ -103,9 +103,9 @@ "redirectUrl": "https://dcaemod-ui-HOSTNAME/nifi/", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] }, { @@ -119,9 +119,9 @@ "redirectUrl": "https://sdncdg-ui-HOSTNAME/", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] }, { @@ -135,9 +135,9 @@ "redirectUrl": "https://sdncodl-ui-HOSTNAME//odlux/index.html", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] }, { @@ -151,10 +151,10 @@ "redirectUrl": "https://nonrtric-controlpanel-HOSTNAME/", "groups": [], "roles": [ - "ONAP_ADMIN", - "ONAP_OPERATOR", - "ONAP_DESIGNER" + "PORTAL_ADMIN", + "PORTAL_OPERATOR", + "PORTAL_DESIGNER" ] } ] -}
\ No newline at end of file +} |