| Summary: | admin console looks ugly | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> | ||||||
| Component: | Website | Assignee: | Luke Meyer <lmeyer> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | libra bugs <libra-bugs> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 2.0.0 | CC: | jialiu, libra-onpremise-devel, lmeyer | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-10-29 17:13:16 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: | |||||||
| Attachments: |
|
||||||||
|
Description
Johnny Liu
2013-10-25 11:28:24 UTC
Created attachment 816109 [details]
ose admin console
Created attachment 816110 [details]
online admin console
I can take a look. It sounds like either the /assets URL didn't get proxied or possibly the broker options to enable the asset pipeline didn't get activated. I think it's the former. Looking at your config on the OSE host (assuming the host was left the same) I see: ProxyPass /admin-console44 http://127.0.0.1:8080/admin-console44 ProxyPass /admin-console44 http://127.0.0.1:8080/admin-console44 ProxyPass /broker http://127.0.0.1:8080/broker ProxyPassReverse / http://127.0.0.1:8080/ You can reconfigure the /admin-console URL but unfortunately not the /assets URL - you still need to proxy that. So you need: ProxyPass /assets http://127.0.0.1:8080/assets Can you confirm if having that in your /etc/httpd/conf.d/000002_openshift_origin_broker_proxy.conf resolves the problem? Hi Luke, After I add "ProxyPass /assets http://127.0.0.1:8080/assets" in /etc/httpd/conf.d/000002_openshift_origin_broker_proxy.conf, the web page UI looks good. Thanks for your debug. |