Hello, so we are trying to change the Navbar image. We used to be able to do this, but seems the new version has changed things.
Previously, we just updated the images here:
/var/www/miq/vmdb/app/assets/images
And then ran
vmdb && bundle exec rake assets:clean
vmdb && bundle exec rake assets:precompile
service evmserverd restart
But the closest we can find in the current version is:
/opt/manageiq/manageiq-ui-service/client/assets/images
Which does not seem to work the same. Any pointers?