]
Paul Benedict commented on WFLY-3938:
-------------------------------------
Using "name" from <server> would be fine by me.
Allow server to be named and display in admin console's title
-------------------------------------------------------------
Key: WFLY-3938
URL:
https://issues.jboss.org/browse/WFLY-3938
Project: WildFly
Issue Type: Feature Request
Components: Web Console
Affects Versions: 8.1.0.Final
Reporter: Paul Benedict
Assignee: Heiko Braun
Priority: Minor
I frequently have several JBoss Management web consoles open for different environments.
It's really not possible to look at my open browser windows and figure out which
belongs to which environment.
I would like to propose a new attribute in <server> that allows me to specify the
title of the server. This title would display as part of the console's <title>
tag in HTML. Then I can easily manage multiple consoles at once.
Example:
{code}
<server name="daclient" xmlns="urn:jboss:domain:2.1"
title="Localhost Development">
{code}