I changed the logo via tower settings > User Interface. However that seemed to only change the logo on the login screen. Once logged in, the angry potato persists in my top left corner of my dashboard. I'd like to change him as well. Any help would be appreciated?
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/2c7d4f2f-1bf9-4f6c-8556-f61c580fdd61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I changed the logo via tower settings > User Interface. However that seemed to only change the logo on the login screen. Once logged in, the angry potato persists in my top left corner of my dashboard. I'd like to change him as well. Any help would be appreciated?
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/2c7d4f2f-1bf9-4f6c-8556-f61c580fdd61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
John Mitchell
UI Engineer - Ansible Tower
Ansible by Red Hat
I've gone over that, however, i'm not looking to use the awx branding logos. I'd like to use a custom logo. I also followed https://github.com/geerlingguy/awx-container install guide instead of ansible/awx's. Although, i've installed with both before. So any help on how to load a custom logo to the favicon and dashboard would be helpful.
I've gone over that, however, i'm not looking to use the awx branding logos. I'd like to use a custom logo. I also followed https://github.com/geerlingguy/awx-container install guide instead of ansible/awx's. Although, i've installed with both before. So any help on how to load a custom logo to the favicon and dashboard would be helpful.Cheers
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/a52be173-d9f6-4c5f-b2ca-dcf42b83b62d%40googlegroups.com.
Do you know where these assets would reside in the tower server??
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/b406bd11-ee14-4885-bae8-7a1d26a74e9b%40googlegroups.com.
Hey Ali,
Top nav partial loads this svg: https://github.com/ansible/awx/blob/devel/awx/ui/client/lib/components/layout/layout.partial.html#L5
Looks like the static dir (in terms of the ui code) is awx/ui/static: https://github.com/ansible/awx/blob/devel/awx/ui/build/webpack.base.js#L22
Looks similar to me (by default) as far as I understand Django settings files: https://github.com/ansible/awx/blob/devel/awx/settings/defaults.py#L90
Note that you might need to exec into the container and run `awx-manage collectstatic` in order for the file to be "picked up" by Django. I'm not sure of the exact steps in terms of the community-supported awx production install to point you to the exact commands.
favicon might be a little more tricky, as those are picked up directly through nginx. I would just replace/put the file at the paths mentioned in these various files I found by searching for favicon.ico.
Also when updating this kind of thing, make sure to do a cache-clear refresh (cmd+shift+r, etc.) instead of a standard refresh, as it might try to pull the static files from cache if they have the same name.
Hope that helps,
John
On Tue, Dec 19, 2017 at 10:28 AM, Ali Kazmi <ali.z...@gmail.com> wrote:
Do you know where these assets would reside in the tower server??
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/b406bd11-ee14-4885-bae8-7a1d26a74e9b%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/f7680268-a5cb-40f1-a3ae-c0b4256205cb%40googlegroups.com.
High John I note the css settings for the logo on the main login page (awx 1.0.1.173 build) pushes the default awx logo to the top left and outside the login box. Are there any plans to correct the css settings so that I can avoid having to compile my own up and maintain different config from the distribution?
Happy to raise a GitHub issue but thought worth checking first
Andy
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/4983b835-9424-45ab-b57f-b3ac54010208%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
However - .LoginModal-logoImage
Sets
Max-width: 112px
margin: 20px 20px 10px 20px.
This results with the image being within the login frame but aligned left.
With a png file I have tried - (and changing parms in chrome on fly to test) I found that for image I am using the following works well and image centred top in frame
max-width: 200px;
margin: 20px 20px 10px 130px;
Also can the inventory be updated to allow for import of custom favicon.ico as well ?
Hi John - if you install awx using the place holder awx svg logos (ie no official branding) and connect- on the login page you will see it’s offset top left of login box.If I then add a custom logo via the settings menu - it’s better as in the logo now appears in the box but it’s set what almost appears to be left justified.Looking at the css -.LoginModal-logoImage-notCustom has a default margin width of -35px 0px -10px -20pxThis results in it being top left and mostly out of the login frame. Still trying to find where those margin Params originate. - awx/ui/client/src/login/loginModal/loginModal.block.less simply refers to @login-marginHowever - .LoginModal-logoImageSetsMax-width: 112pxmargin: 20px 20px 10px 20px.This results with the image being within the login frame but aligned left.With a png file I have tried - (and changing parms in chrome on fly to test) I found that for image I am using the following works well and image centred top in framemax-width: 200px;margin: 20px 20px 10px 130px;Also can the inventory be updated to allow for import of custom favicon.ico as well ?If above still not enough info I will try sending screen shot.AndySent from my iPhone
Hey Andrew,I’m not sure what the issue is exactly, can you upload a screenshot? I’ll have the ux designer on the team take a look,Thanks,John
On Thu, Jan 4, 2018 at 5:12 AM Andrew Crisp <cri...@atonhill.com> wrote:
Css settings.
High John I note the css settings for the logo on the main login page (awx 1.0.1.173 build) pushes the default awx logo to the top left and outside the login box. Are there any plans to correct the css settings so that I can avoid having to compile my own up and maintain different config from the distribution?
Happy to raise a GitHub issue but thought worth checking first
Andy
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/4983b835-9424-45ab-b57f-b3ac54010208%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--John Mitchell
UI Engineer - Ansible Tower
Ansible by Red Hat
If you add a custom logo via the awx settings page within the UI, it should probably be centered or otherwise be placed evenly within the login modal. If not, that's a bug.