Cosmetic
This commit is contained in:
parent
025a7da07f
commit
889c62f51e
2 changed files with 2 additions and 1 deletions
|
@ -178,6 +178,7 @@ hr {
|
|||
.actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.resource {
|
||||
|
|
|
@ -58,7 +58,7 @@ async function get_resource(id: string) {
|
|||
<button @click="logout" class="logout">Logout</button>
|
||||
</div>
|
||||
<hr>
|
||||
<p class="center">Fetch resources from a resource server with the authentication token:</p>
|
||||
<p class="center">Fetch resources from a resource server (at {{ settings.url }}) with the authentication token:</p>
|
||||
<div class="actions">
|
||||
<button @click="get_resource('time')">Time</button>
|
||||
<button @click="get_resource('bs')">BS</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue