Move settings as dynamic json file; nice token info display
This commit is contained in:
parent
14c9091e77
commit
d17ba9f735
5 changed files with 106 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue