wohainilaodou commented on code in PR #10258:
URL: https://github.com/apache/inlong/pull/10258#discussion_r1612871157


##########
inlong-dashboard/src/ui/components/MultiSelectWithAll/index.tsx:
##########
@@ -0,0 +1,31 @@
+import React, { useState, useEffect } from 'react';
+import HighSelect from '@/ui/components/HighSelect';
+
+export const ALL_OPTION_VALUE = 'ALL';

Review Comment:
   done



##########
inlong-dashboard/src/ui/locales/cn.json:
##########
@@ -32,6 +32,7 @@
   "meta.Sources.File.ClusterName": "集群名称",
   "meta.Sources.File.FilePath": "⽂件路径",
   "meta.Sources.File.FilePathHelp": "必须是绝对路径,支持正则表达式,多个时以逗号分隔,如:/data/.*log",
+  "meta.Sources.File.FileIpHelp": "请选择数据源所属的 ip,若数据源是在容器等 ip 不固定的环境请选择 ALL",

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to