0

Ive checked the documents but cant find any advice on changing the admin console colors. My plan would be a different color per environment - dev, test, ...

If it cant I could change it through a browser plugin

farrellmr
  • 1,815
  • 2
  • 15
  • 26

1 Answers1

1

Console specific jar is available under '/org/jboss/as/console/' module. To make changes in header and footer you can update this jar file. If you want to customize console further then you can make changes in source code and build your custom jar. hope it helps.

Abhijit Humbe
  • 1,563
  • 1
  • 12
  • 13