chore: missing gpu info line break in theme-angel-kanade (#403)

This commit is contained in:
Mingzhuo Yin
2024-08-03 09:34:57 +08:00
committed by GitHub
parent 6a70e67ef9
commit fca2f60380

View File

@@ -25,7 +25,7 @@
v-if="server.Host.Virtualization">@#server.Host.Virtualization#@:</span>@#server.Host.Arch#@]<br />
CPU: @#server.Host.CPU#@<br />
<template v-if="server.Host.GPU">
GPU: @#server.Host.GPU#@
GPU: @#server.Host.GPU#@<br />
</template>
{{tr "DiskUsed"}}:
@#formatByteSize(server.State.DiskUsed)#@/@#formatByteSize(server.Host.DiskTotal)#@<br />