server status fix

This commit is contained in:
Čarodej
2022-03-17 17:54:04 +01:00
parent 0d59fe5b8e
commit ca883a6f93
3 changed files with 72 additions and 72 deletions

View File

@@ -40,7 +40,7 @@
v-if="logs.length"
v-for="(log, i) in logs"
:key="i"
class="flex md:space-y-0 space-y-3 items-center justify-between border-b border-dashed border-light py-3 dark:border-opacity-5"
class="flex items-center justify-between border-b border-dashed border-light py-3 dark:border-opacity-5"
>
<div class="text-left">
<b class="block text-sm font-bold">

View File

@@ -106,7 +106,7 @@
<div
v-for="(isWritable, file, i) in writable"
:key="i"
class="md:flex md:space-y-0 space-y-3 items-center justify-between border-b border-dashed border-light py-3 dark:border-opacity-5"
class="flex items-center md:space-y-0 space-y-3 items-center justify-between border-b border-dashed border-light py-3 dark:border-opacity-5"
>
<div class="text-left">
<b class="block text-sm font-bold">/{{ file }}</b>