ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.03k stars 3.42k forks source link

Make it possible to modify the UI so that it is possible to identify Production/Test servers #14099

Open mjksohonet opened 1 year ago

mjksohonet commented 1 year ago

Please confirm the following

Feature type

Enhancement to Existing Feature

Feature Summary

If you have more than one AWX installation (e.g. Production & Test), it is impossible to determine which server you are connected to by looking at the UI. It would be really useful if it was possible to modify the UI so that it is obvious to the user. For example, since the AWX logo is always visible, you could create two AWX logos, one saying 'AWX' and the other saying 'AWX Production' and then have an option in Settings to allow you to choose one or the other.

Select the relevant components

Steps to reproduce

No steps needed.

Current results

Nothing.

Sugested feature result

The ability to easily identify a specific AWX UI.

Additional information

No response

mabashian commented 1 year ago

One thing that we're exploring with the next iteration of our UI is the ability to point a single UI at multiple backends. This would require us to exposing something like an "app switcher" in the interface that would indicate with backend (prod v. test) you were pointing to.