Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Not a Bug
-
None
-
None
-
MXS-SPRINT-277
Description
The red Error text in maxctrl is displayed in lowercase for maxctrl2. It should be capitalized.
[vagrant@localhost ~]$ maxctrl show server nosuchserver
|
Error: Server at http://127.0.0.1:8989 responded with 404 Not Found to `GET servers/nosuchserver`
|
{
|
"errors": [
|
{
|
"detail": "nosuchserver is not a server"
|
}
|
]
|
}
|
[vagrant@localhost ~]$ maxctrl2 show server nosuchserver
|
2026-07-22 12:46:19 notice : URL: curl -X GET -u admin:mariadb http://127.0.0.1:8989/v1/servers/nosuchserver
|
2026-07-22 12:46:19 notice : error: (404) Client error.: {\n "errors": [\n {\n "detail": "nosuchserver is not a server"\n }\n ]\n}
|
error: Server at http://127.0.0.1:8989 responded with 404 Not Found to 'GET servers/nosuchserver'
|
{
|
"errors": [
|
{
|
"detail": "nosuchserver is not a server"
|
}
|
]
|
}
|