Move settings as dynamic json file; nice token info display

This commit is contained in:
phil 2025-01-31 03:12:36 +01:00
parent 14c9091e77
commit d17ba9f735
5 changed files with 106 additions and 42 deletions

View file

@ -171,10 +171,6 @@ hr {
font-family: monospace;
}
.from-keycloak-vue {
display: none;
}
.actions {
display: flex;
justify-content: center;
@ -202,6 +198,17 @@ hr {
text-align: center;
}
.resource .key {
.from-keycloak-vue {
margin: 0 1em;
}
.key {
font-weight: bold;
}
.token .key, .token .value {
display: inline;
}
.token .value {
padding-left: 1em;
}