diff --git a/package.json b/package.json index b2ec273de..908ddaaa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "integreatly-web-app", - "version": "2.20.2", + "version": "2.20.3", "private": true, "proxy": "http://localhost:5001/", "dependencies": { diff --git a/src/components/installedAppsView/InstalledAppsView.js b/src/components/installedAppsView/InstalledAppsView.js index fafd0d96b..557b05c21 100644 --- a/src/components/installedAppsView/InstalledAppsView.js +++ b/src/components/installedAppsView/InstalledAppsView.js @@ -142,7 +142,9 @@ class InstalledAppsView extends React.Component { , - Red Hat OpenShift + + Red Hat OpenShift + , , - + {' '} {prettyName}{' '} {gaStatus && (gaStatus === 'preview' || gaStatus === 'community') ? ( diff --git a/src/styles/application/components/_installedAppsView.scss b/src/styles/application/components/_installedAppsView.scss index 2253d261d..af2da8d8c 100644 --- a/src/styles/application/components/_installedAppsView.scss +++ b/src/styles/application/components/_installedAppsView.scss @@ -46,3 +46,7 @@ .integr8ly-panel-title { background-color: $pf-color-white !important; /* stylelint-disable-line declaration-no-important */ } + +.integr8ly-pretty-name { + color: var(--pf-global--Color--200); +}