Customise Browser Title
Overview
Customise the title of the management console. A custom title can be specified in the user settings of the console. The title can contain the following placeholders:
-
%n
: Thename
attribute of the the root resource -
%o
: Theorganization
(standalone) resp.domain-organization
attribute of the the root resource
If the title is not specified, the built in title will be used. If a placeholder is used, but the attribute is undefined, the built in title will be used. The built in title defaults to "%n | Management Console".
Issue Metadata
Issue
Related Issues
Dev Contacts
QE Contacts
Testing By
[ ] Engineering
[x] QE
Affected Projects or Components
-
WildFly
-
HAL
Requirements
-
Add an entry in the user setting to customise the title
-
If no title is specified the built in title will be used
-
If a title is specified use this title as browser / tab title
-
Replace
%n
with the value of thename
attribute of the root resource -
Replace
%o
with the value of theorganization
(standalone) resp.domain-organization
(domain) attribute of the root resource -
If a placeholder resolves to an undefined attribute use the built in title.
-
If the
name
,organization
ordomain-organization
attributes are modified, the console has to be reloaded to reflect the changes in the title.
Test Plan
TBD
Community Documentation
See the official HAL website at https://hal.github.io