Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable HTML subtitle in Manager web application #724

Closed
wants to merge 1 commit into from

Conversation

xsimo
Copy link

@xsimo xsimo commented Apr 22, 2024

Managing multiple tomcats on multiple servers, the need came to have a way of customizing the Manager HTML interface.
This PR proposes to add a simple configurable html subtitle.
Example_of_customized_subtitle

markt-asf added a commit that referenced this pull request Jun 12, 2024
This is intended to allow users with lots of instances to easily
distinguish them. Based on pull request #724 by Simon Arame.
markt-asf added a commit that referenced this pull request Jun 12, 2024
This is intended to allow users with lots of instances to easily
distinguish them. Based on pull request #724 by Simon Arame.
markt-asf added a commit that referenced this pull request Jun 12, 2024
This is intended to allow users with lots of instances to easily
distinguish them. Based on pull request #724 by Simon Arame.
@markt-asf
Copy link
Contributor

Thanks for the PR. I have applied a variation of this that uses a servlet init parameter rather than a context init parameter since a) the configuration is specific to the servlet and b) to be consistent with existing configuration.

Fixed in:

  • 11.0.x for 11.0.0-M21 onwards
  • 10.1.x for 10.1.25 onwards
  • 9.0.x for 9.0.90 onwards

@markt-asf markt-asf closed this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants