add unknown status to instance,

add svg minimize
This commit is contained in:
2025-06-20 21:37:19 +00:00
parent 85c3ab49fc
commit ca555a7116
2 changed files with 3 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
{{else if eq .Status "loading"}}
<svg id="status" aria-label="instance is loading"><use href="images/status/loading.svg#symb"></svg>
{{else}}
<svg id="status" aria-label="instance is loading"><use href="images/status/loading.svg#symb"></svg>
{{end}}
<p>{{.Status}}</p>
</div>
@@ -61,7 +62,6 @@
{{end}}
</div>
</div>
<template id="power-dialog">
<link rel="stylesheet" href="modules/w3.css">
<link rel="stylesheet" href="css/style.css">
@@ -93,7 +93,6 @@
</div>
</dialog>
</template>
<template id="delete-dialog">
<link rel="stylesheet" href="modules/w3.css">
<link rel="stylesheet" href="css/style.css">