mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 01:47:29 +08:00
Better description for shrink database button (#4814)
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user