This commit is contained in:
phil 2025-01-28 20:05:56 +01:00
parent 025a7da07f
commit 889c62f51e
2 changed files with 2 additions and 1 deletions

View file

@ -178,6 +178,7 @@ hr {
.actions { .actions {
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 0.5em;
} }
.resource { .resource {

View file

@ -58,7 +58,7 @@ async function get_resource(id: string) {
<button @click="logout" class="logout">Logout</button> <button @click="logout" class="logout">Logout</button>
</div> </div>
<hr> <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"> <div class="actions">
<button @click="get_resource('time')">Time</button> <button @click="get_resource('time')">Time</button>
<button @click="get_resource('bs')">BS</button> <button @click="get_resource('bs')">BS</button>