-
Bug
-
Resolution: Unresolved
-
Major
-
4.19, 4.20
-
None
Customer has created a Custom resource which includes URL's to different products urls.
As per the below snippet provided by them :
status: .... endpoints: - name: ui type: UI uri: 'https://my-app-ui.apps.xxxxxx.my-cluster.corp.com' - name: api type: API uri: 'https://my-app-api.apps.xxxxxx.my-cluster.corp.com'
But their concern is in 4.19 openshift version this capability has been broken because the links are badly formed and appearing offscreen, even with scrolling across it still appears miss-formed.
This occurs no matter the size of the browser window, it always appear offscreen.
They have shared a GitHub issue for this as well: https://github.com/openshift/console/issues/15455