healchow commented on code in PR #7044: URL: https://github.com/apache/inlong/pull/7044#discussion_r1056897453
########## inlong-dashboard/src/locales/cn.json: ########## @@ -167,6 +167,7 @@ "meta.Sinks.ES.RetryTimes": "重试次数", "meta.Sinks.ES.RetryTimesUnit": "次", "meta.Sinks.ES.EsVersion": "Elasticsearch 版本", + "meta.Sinks.ES.EsVersionHelp": "此处 Elasticsearch 版本为大版本号", Review Comment: This is a good way. However, there will be too much coupling: if the versions supported by the background become more or less, the front end needs to be modified. -- 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]
