style(X-Pack): 同步管理,新建任务,SQL、ES参数输入框样式优化

This commit is contained in:
jianneng-fit2cloud
2025-01-13 15:37:41 +08:00
parent 93f925a142
commit aa77fa1e20
4 changed files with 8 additions and 4 deletions

View File

@@ -3972,7 +3972,9 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
es_params_label: 'Query Parameters',
es_params_tip: 'Please follow the Elasticsearch query syntax',
dynamic_partition_enable: 'Dynamic Partitioning',
time_end: 'End'
time_end: 'End',
es_query_param_formatter_error:
'Query parameter format error, please enter the correct JSON format, please check'
},
watermark: {
support_params: 'Currently supported parameters:',

View File

@@ -3865,7 +3865,8 @@ export default {
es_params_label: '查詢參數',
es_params_tip: '請遵循 Elasitcsearch 的查詢語法',
dynamic_partition_enable: '動態分區',
time_end: '結束'
time_end: '結束',
es_query_param_formatter_error: '查詢參數格式錯誤請輸入正確的JSON格式請檢查'
},
watermark: {
support_params: '目前支援的參數:',

View File

@@ -3869,7 +3869,8 @@ export default {
es_params_label: '查询参数',
es_params_tip: '请遵循 Elasitcsearch 的查询语法',
dynamic_partition_enable: '动态分区',
time_end: '结束'
time_end: '结束',
es_query_param_formatter_error: '查询参数格式错误请输入正确的JSON格式请检查'
},
watermark: {
support_params: '当前支持的参数:',