mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-20 20:08:33 -04:00
Better description for shrink database button (#4814)
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
a309cf0e2c
commit
e40ce59e66
40 changed files with 9 additions and 40 deletions
|
@ -32,7 +32,14 @@
|
|||
<button class="btn btn-outline-info me-2" @click="shrinkDatabase">
|
||||
{{ $t("Shrink Database") }} ({{ databaseSizeDisplay }})
|
||||
</button>
|
||||
<div class="form-text mt-2 mb-4 ms-2">{{ $t("shrinkDatabaseDescription") }}</div>
|
||||
<i18n-t tag="div" keypath="shrinkDatabaseDescriptionSqlite" class="form-text mt-2 mb-4 ms-2">
|
||||
<template #vacuum>
|
||||
<code>VACUUM</code>
|
||||
</template>
|
||||
<template #auto_vacuum>
|
||||
<code>AUTO_VACUUM</code>
|
||||
</template>
|
||||
</i18n-t>
|
||||
</div>
|
||||
<button
|
||||
id="clearAllStats-btn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue