update + translate log modal

This commit is contained in:
Alireza Ahmadi
2024-06-08 17:47:16 +02:00
parent c152a977c6
commit 1b9d5e9378
2 changed files with 11 additions and 15 deletions
+2 -2
View File
@@ -95,7 +95,7 @@
</v-chip>
<v-chip density="compact" color="transparent" style="cursor: pointer;" @click="openLogs('s-ui')">
<v-tooltip activator="parent" location="top">
S-UI Logs
{{ $t('basic.log.title') + " - S-UI" }}
</v-tooltip>
<v-icon icon="mdi-list-box-outline" color="blue" />
</v-chip>
@@ -112,7 +112,7 @@
<v-chip density="compact" color="error" variant="flat" v-else>{{ $t('no') }}</v-chip>
<v-chip density="compact" color="transparent" style="cursor: pointer;" @click="openLogs('sing-box')">
<v-tooltip activator="parent" location="top">
Sing-Box Logs
{{ $t('basic.log.title') + " - Sing-Box" }}
</v-tooltip>
<v-icon icon="mdi-list-box-outline" :color="tilesData.sbd?.running ? 'success': 'error'" />
</v-chip>