Bug 537501
| Summary: | Configuration file diff page does not show diff as preformatted text. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Albert Hopkins <ahopkins> | ||||||
| Component: | WebUI | Assignee: | Justin Sherrill <jsherril> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Minar <mminar> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 530 | CC: | cperry, dmair, mkoci, mminar, mmraka, xdmoon | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-10-28 14:49:00 UTC | Type: | --- | ||||||
| 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: | 487678 | ||||||||
| Attachments: |
|
||||||||
Created attachment 369490 [details]
This is how it currently looks
Was actually fixed as part of a spacewalk bug https://bugzilla.redhat.com/show_bug.cgi?id=554516 3c3daed9bf1bb70d9a6a9cf91f91cd922d468c5f Verified in stage. - registered client to a configuration channel. - deployed a file to the client - modified deployed file on the client - scheduled System Comparison - diff in event history page is preformated The 5.4.0 RHN Satellite and RHN Proxy release has occurred. This issue has been resolved with this release. RHEA-2010:0801 - RHN Satellite Server 5.4.0 Upgrade https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10332 RHEA-2010:0803 - RHN Tools enhancement update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10333 RHEA-2010:0802 - RHN Proxy Server 5.4.0 bug fix update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10334 RHEA-2010:0800 - RHN Satellite Server 5.4.0 https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10335 Docs are available: http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/index.html Regards, Clifford |
Created attachment 369489 [details] Better diff that Satellite already uses For the URL path /systems/details/configuration/ViewDiffResult.do the output of the diff is not <pre>formatted and is difficult to read in a web browser. The page should use <pre> or a similar CSS style or use the logic from the "Compare Files" page which shows the diff in a nice 2-column format.