mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #673] Themeing and icons not displaying properly after install on centos 6.9 #513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Papi94 on GitHub (Oct 14, 2018).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/673
Just want to report an issue i ran in to on centos 6.9
After install the theming and what not was broken on the website.
because i move the webvirtmgr directory from my /root folder it had some selinux policy that carried with it when i moved it to /var/www
To fix this i ran restorecon -r /var/www/html
Just figured i'd leave this here for other who may encounter this issue.