How to change color of Management console
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Issue
- Need to change the color of Management console so that we can distinguish between different servers
Resolution
-
EAP 6 console is developed on GWT (google web tool kit). GWT SDK provides a set of core Java APIs and Widgets. These allow to write AJAX applications in Java and then compile the source to highly optimized JavaScript that runs across all browsers, including mobile browsers for Android and the iPhone.
-
EAP 6 console does not have htmls like standard web application where we can customize our way easily .
-
Check the code: https://github.com/jbossas/console
Note: console jar should not be edited, modifying jars will make that component unsupported.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
