Bug 2209258
Summary: | [UI] Topology view Resources list is not adjusting dynamically to window size | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Daniel Osypenko <dosypenk> |
Component: | management-console | Assignee: | Bipul Adhikari <badhikar> |
Status: | CLOSED ERRATA | QA Contact: | Daniel Osypenko <dosypenk> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.13 | CC: | badhikar, ebenahar, kbg, muagarwa, odf-bz-bot, skatiyar, tdesala |
Target Milestone: | --- | ||
Target Release: | ODF 4.14.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 4.14.0-110 | Doc Type: | Bug Fix |
Doc Text: |
Previously, the sidebar of the topology view resources list was not adjusting to its length based on the window size because the CSS properties were not applied properly to the sidebar.
With this fix, the CSS properties are set to dynamically adjust the height of the resource list to the changes in window size both in full screen and normal screen mode.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-11-08 18:50:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2244409 |
Not a 4.13 blocker, moving out fixed: attachment #1983757 [details]
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Red Hat OpenShift Data Foundation 4.14.0 security, enhancement & bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2023:6832 |
Created attachment 1966391 [details] layout of the sidebar Description of problem (please be detailed as possible and provide log snippests): When opening Topology view on the screen with Heigh resolution 1440 there is much more space for resources than the box allows to fit, cutting the list and leaving empty space. The box has static Heigh 492 px. Version of all relevant components (if applicable): Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? no Is there any workaround available to the best of your knowledge? no Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? 1 Can this issue reproducible? yes Can this issue reproduce from the UI? yes If this is a regression, please provide more details to justify this: no Steps to Reproduce: 1. Deploy cluster with ODF 4.13 and login to management console 2. Click on any Node or deployment with number of resources larger than 5 3. Actual results: only 5 resources fit to the box leaving empty space. The box has static heigh 492 px Expected results: the box for resources is dynamic and may fit a number of resources as Heigh of opened pages allows Additional info: