perf: 定时报告额外等待时间验证

This commit is contained in:
fit2cloud-chenyw 2023-12-25 17:21:20 +08:00
parent 0d8b90f6a2
commit 4dec1cd597
3 changed files with 3 additions and 3 deletions

View File

@ -2786,7 +2786,7 @@ export default {
fire_now_success: 'Task executing',
larkgroups: 'Lark group',
ext_wait_time: 'Additional waiting time for dashboard loading (unit: seconds)',
wat_time_limit: 'The additional waiting time must be between [0 - 30]'
wat_time_limit: 'The additional waiting time must be an integer between [0 - 30]'
},
dynamic_time: {
set_default: 'Set Default',

View File

@ -2778,7 +2778,7 @@ export default {
fire_now_success: '任務發起成功',
larkgroups: '飛書群',
ext_wait_time: '加載儀表板額外等待時間(單位:秒)',
wat_time_limit: '額外等待時間必須在[0 - 30]'
wat_time_limit: '額外等待時間必須是[0 - 30]之間整數'
},
dynamic_time: {
set_default: '設置默認值',

View File

@ -2781,7 +2781,7 @@ export default {
fire_now_success: '任务发起成功',
larkgroups: '飞书群',
ext_wait_time: '加载仪表板额外等待时间(单位:秒)',
wat_time_limit: '额外等待时间必须在[0 - 30]'
wat_time_limit: '额外等待时间必须是[0 - 30]之间整数'
},
dynamic_time: {
set_default: '设置默认值',