mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 18:49:14 +00:00
a648805a59
Support custom web plugin contexts defined with the `url` attribute of the `app` element in bootstrap.xml.
26 lines
504 B
JSON
26 lines
504 B
JSON
{
|
|
"branding": {
|
|
"appName": "Artemis Console",
|
|
"appLogoUrl": "",
|
|
"companyLogoUrl": "",
|
|
"css": "",
|
|
"favicon": ""
|
|
},
|
|
"login": {
|
|
"description": "ActiveMQ Artemis Management Console",
|
|
"links": [
|
|
{
|
|
"url": "/user_manual/index.html",
|
|
"text": "User Manual"
|
|
}
|
|
]
|
|
},
|
|
"about": {
|
|
"title": "ActiveMQ Artemis Management Console",
|
|
"productInfo": [],
|
|
"additionalInfo": "",
|
|
"copyright": "",
|
|
"imgSrc": ""
|
|
},
|
|
"disabledRoutes": []
|
|
} |