pref: 计划任务数据库备份增加实例标签 (#3938)

Refs #3937
This commit is contained in:
ssongliu 2024-02-21 16:58:28 +08:00 committed by GitHub
parent dbc7799e89
commit 61ff55e157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,6 +230,9 @@
<el-tag class="tagClass">
{{ item.from === 'local' ? $t('database.local') : $t('database.remote') }}
</el-tag>
<el-tag class="tagClass">
{{ item.database }}
</el-tag>
</el-option>
</el-select>
</el-form-item>