Bug 1218627
Summary: | Tree icon looks wrong - a square instead of a regular expand/collpase one | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Ami Jeain <ajeain> |
Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ido Ovadia <iovadia> |
Severity: | low | Docs Contact: | |
Priority: | high | ||
Version: | Kilo | CC: | aortega, apevec, athomas, berendt, bloch, mrunge, nbarcet, rbowen, shmcfarl, yeylon |
Target Milestone: | --- | ||
Target Release: | Kilo | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | /python-django-horizon-2015.1.0-5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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: | 1218896 |
Description
Ami Jeain
2015-05-05 12:49:07 UTC
This is an issue of using a different web-root (other than '/' as upstream uses) http://<horizon-ip>/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 gives not found, and http://<horizon-ip>/dashboard/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0 exists Workaround: Add the following line into /etc/httpd/conf.d/15-horizon_vhost.conf. Alias /static "/usr/share/openstack-dashboard/static" Something like https://admin.fedoraproject.org/updates/python-XStatic-Font-Awesome-4.1.0.0-4.fc22 required && systemctl httpd restart and http://koji.fedoraproject.org/koji/taskinfo?taskID=9684615 What was the fix and does it help for bug 1218897 too? ok, I see, it helps only for fonts: http://pkgs.fedoraproject.org/cgit/python-django-horizon.git/commit/?id=6581a6d4dbaaed8edc88cea00cd118a50240c5cc I suspect that this is related: https://ask.openstack.org/en/question/66458/kilo-heat-topo-view-in-horizon-shows-question-marks/ in kilo testing repo Tested. Works for me. It worked for the triangle but I still see the weird Heat topology view issue - (as Rich referenced): https://ask.openstack.org/en/question/66458/kilo-heat-topo-view-in-horizon-shows-question-marks/. |