Bug 627920
Summary: | Configuration symlink icon file is missing in Galactica | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Pavel Novotny <pnovotny> | ||||
Component: | WebUI | Assignee: | Shannon Hughes <shughes> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Novotny <pnovotny> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 540 | CC: | cperry, duffy, psklenar | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | satellite-branding-5.4.0.6-1.el5sat | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-10-28 14:55:16 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, 608776 | ||||||
Attachments: |
|
The icon `/var/www/html/img/rhn-listicon-cfg_symlink.gif` is still missing in package `satellite-branding-5.4.0.4-1-sat` and also in latest `satellite-branding-5.4.0.5-1.el5sat`. Checked visually in WebUI and via `rpm -ql satellite-branding`. Switching back to ASSIGNED. fixed in git e67d5af..7ae9916 master -> master satellite-branding-5.4.0.6-1.el5sat I confirm, that package satellite-branding-5.4.0.6-1.el5sat contains the icon file '/img/rhn-listicon-cfg_symlink.gif'. I also checked WebUI and all icon links are OK now. ----- # rpm -q satellite-branding satellite-branding-5.4.0.6-1.el5sat # rpm -ql satellite-branding | grep rhn-listicon-cfg_symlink.gif /var/www/html/img/rhn-listicon-cfg_symlink.gif ----- Verified. ----- # rpm -q satellite-branding satellite-branding-5.4.0.8-1.el5sat # rpm -ql satellite-branding | grep rhn-listicon-cfg_symlink.gif /var/www/html/img/rhn-listicon-cfg_symlink.gif ----- 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 441485 [details] Config files list with missing symlink icon. Description of problem: Symlink icon file 'img/rhn-listicon-cfg_symlink.gif' is missing on the filesystem. It should be in `/var/www/html/img/rhn-listicon-cfg_symlink.gif` as part of the `satellite-branding` package. Version-Release number of selected component (if applicable): 5.4.0 How reproducible: Always Steps to Reproduce: 1. If you don't have created any configuration channel, create one (Configuration -> Configuration Channel -> create new config channel). 2. If you don't have created any configuration *symlink* files, create one (Configuration -> Configuration Channels -> Select Channel -> Add Files -> Create File). 3. Go to Configuration -> Configuration Files Actual results: In the file list, there is no symlink icon next to symlinked file, only the alternative text `symlink` is displayed. See attachment for details. Expected results: There should be a symlink icon next to the symlinked file name. Additional info: The very same icon file `/var/www/html/img/rhn-listicon-cfg_symlink.gif` is already present in SW.nightly package `spacewalk-branding`.