Bug 1898656
| Summary: | [RFE] Include status of REX jobs on the Satellite Dashboard | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | myoder | 
| Component: | Remote Execution | Assignee: | Peter Koprda <pkoprda> | 
| Status: | CLOSED ERRATA | QA Contact: | Peter Ondrejka <pondrejk> | 
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.8.0 | CC: | aruzicka, ehelms, lstejska, oezr, pcreech, sokeeffe, zhunting | 
| Target Milestone: | 6.11.0 | Keywords: | FutureFeature, Triaged | 
| Target Release: | Unused | Flags: | zhunting:
                needinfo? | 
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tfm-rubygem-foreman_remote_execution-5.0.3 | Doc Type: | If docs needed, set a value | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-07-05 14:28:25 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: | |||
| 
        
          Comment 2
        
        
          Adam Ruzicka
        
        
        
        
        
          2021-05-31 14:35:08 UTC
        
       Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/32676 has been resolved. Created attachment 1848788 [details]
tooltip screenshot
There is a minor issue -- when the job name is longer the tooltip is displayed twice, both for table td and span (see attachment). It is a nitpick but I suppose it could get overly annoying with multiple long job names. The problem seems to be that tooltip is added for the <td class="ellipsis"> but also for the link itself there's another shortening mechanism thanks to the <table class="table table-bordered table-striped table-hover table-fixed">. The job name needs to be really long, ellipsis cuts it at shorter limit, the second mechanism shortens that only if it's longer. We need to pick just one mechanism, in this we should probably drop the ellipsis. Hi y'all, so is there a new fix for this? There is now, I followed a wrong link from redmine when moving to post. I'll have a release out in a moment Verified on Satellite 7.0 sn 11, the rex status table is present on the dashboard by default, there is just one tooltip in case of long job names 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 (Moderate: Satellite 6.11 Release), 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-2022:5498 |