mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-09 00:24:55 +08:00
parent
624a11407a
commit
3110d91bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
<el-form-item
|
||||
:label="$t('setting.compressPassword')"
|
||||
class="mt-5"
|
||||
v-if="type === 'mysql' || type === 'mariadb' || type === 'postgresql'"
|
||||
v-if="type === 'app' || type === 'website'"
|
||||
>
|
||||
<el-input v-model="secret" :placeholder="$t('setting.backupRecoverMessage')" />
|
||||
</el-form-item>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue