You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/08/22 11:10:14 UTC

[inlong] branch master updated: [INLONG-5615][Dashboard] Fix file source agent ip field (#5629)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new eb296053f [INLONG-5615][Dashboard] Fix file source agent ip field (#5629)
eb296053f is described below

commit eb296053f7b8914afad6b69dc7af041a059c1d12
Author: woofyzhao <49...@qq.com>
AuthorDate: Mon Aug 22 19:10:10 2022 +0800

    [INLONG-5615][Dashboard] Fix file source agent ip field (#5629)
---
 inlong-dashboard/src/metas/sources/file.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-dashboard/src/metas/sources/file.ts b/inlong-dashboard/src/metas/sources/file.ts
index e5b7534ae..89746be8e 100644
--- a/inlong-dashboard/src/metas/sources/file.ts
+++ b/inlong-dashboard/src/metas/sources/file.ts
@@ -27,7 +27,7 @@ const getForm = (type: 'form' | 'col' = 'form', { currentValues } = {} as any) =
     {
       type: 'input',
       label: i18n.t('meta.Sources.File.DataSourceIP'),
-      name: 'ip',
+      name: 'agentIp',
       rules: [
         {
           pattern: rulesPattern.ip,