From bf43fc418618237339d7a2b1cd34dc381d140ef7 Mon Sep 17 00:00:00 2001 From: wohainilaodou Date: Tue, 8 Oct 2024 15:17:20 +0800 Subject: [PATCH] [INLONG-11204][Dashboard] agent node hidden port number --- inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx b/inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx index 35447c13188..0a003776f38 100644 --- a/inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx +++ b/inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx @@ -167,6 +167,7 @@ const NodeEditModal: React.FC = ({ id, type, clusterId, ...m type: 'inputnumber', label: i18n.t('pages.Clusters.Node.Port'), name: 'port', + hidden: type === 'AGENT', rules: [ { pattern: rulesPattern.port,