style: 修改同步服务器时间计划任务提示信息 (#3751)

This commit is contained in:
ssongliu 2024-01-30 16:11:58 +08:00 committed by GitHub
parent 0e4f82c434
commit 2cf3b27402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -793,7 +793,7 @@ const message = {
containerCheckBox: 'In container (no need to enter the container command)',
containerName: 'Container name',
ntp: 'Time synchronization',
ntp_helper: 'By default, use the NTP server configured in the [Toolbox] - [Quick Setup] page',
ntp_helper: 'You can configure the NTP server on the Quick Setup page of the Toolbox.',
app: 'Backup app',
website: 'Backup website',
rulesHelper:

View File

@ -759,7 +759,7 @@ const message = {
containerCheckBox: '在容器中執行無需再輸入進入容器命令',
containerName: '容器名稱',
ntp: '同步服務器時間',
ntp_helper: '默認情況下使用 [工具箱] - [快速設置] 頁面中配置的 NTP 伺服器',
ntp_helper: '您可以在工具箱的快速設定頁面配置 NTP 伺服器',
app: '備份應用',
website: '備份網站',
rulesHelper: '當存在多個壓縮排除規則時需要換行顯示\n*.log \n*.sql',

View File

@ -760,7 +760,7 @@ const message = {
containerCheckBox: '在容器中执行无需再输入进入容器命令',
containerName: '容器名称',
ntp: '同步服务器时间',
ntp_helper: '默认情况下使用 [工具箱] - [快速设置] 页面中配置的 NTP 服务器',
ntp_helper: '您可以在工具箱的快速设置页面配置 NTP 服务器',
app: '备份应用',
website: '备份网站',
rulesHelper: '当存在多个压缩排除规则时需要换行显示\n*.log \n*.sql',

View File

@ -8,7 +8,7 @@
<el-row type="flex" justify="center">
<el-col :span="22">
<el-form-item :label="$t('toolbox.fail2ban.' + form.operate + 'IP')" prop="ips">
<el-input :rows="5" type="textarea" clearable v-model="form.ips" />
<el-input :rows="25" type="textarea" clearable v-model="form.ips" />
</el-form-item>
</el-col>
</el-row>