Bug 2189125
Summary: | Host collections card name is not wrapping | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Ladislav Vasina <lvasina> | ||||
Component: | Hosts - Content | Assignee: | satellite6-bugs <satellite6-bugs> | ||||
Status: | CLOSED MIGRATED | QA Contact: | Satellite QE Team <sat-qe-bz-list> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.13.0 | CC: | jlenz | ||||
Target Milestone: | Unspecified | Keywords: | EasyFix, MigratedToJIRA, Triaged, UserExperience | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2024-06-06 16:13:27 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: | |||||||
Attachments: |
|
Created attachment 1959507 [details]
Description not wrapping
The same problem as described in Comment0 is happening not only for the Host collection name but also for the description. See the second attachment added in Comment1. This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "SAT-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information. |
Created attachment 1959506 [details] Weird host collections name behavior Description of problem: When you have the host registered to the Satellite and you add (or already have) some host collections assigned to the host, you can observe weird behavior of the text (name of the host collection) in the Host collections card. If you have a host collection that has a longer name without spaces it will start shifting the Host collection limit, displayed on the right side of the card, out of the Host collections card itself and then the name will go even beyond. If the host collection name has spaces in it will wrap text correctly. Version-Release number of selected component (if applicable): satellite-6.13.0-6.el8sat.noarch foreman-3.5.1.10-1.el8sat.noarch Red Hat Enterprise Linux release 8.7 (Ootpa) How reproducible: Every time Steps to Reproduce: 1. Have a host registered to the Satellite 2. Have a host collection with a longer name (i.e. 30 chars) and assign a host to it 3. See the Host collections card in the Host details/Overview tab Actual results: The longer host collection name is not wrapped if it does not have spaces. Shifts out of the card. Expected results: Even names without spaces should wrap or have a fixed length that is displayed and just show shortened name (LongNameShortened -> LongNameShort...). Additional info: Also, the host collection name limit is set to 255 characters which is not necessary in my opinion when we have a description for the host collection. See attached screenshot for more details.