From d0a61f9e0243b8d5a3e8bf1c5079ce13fbfc8f9b Mon Sep 17 00:00:00 2001 From: wohainilaodou Date: Tue, 8 Oct 2024 15:32:46 +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..80b7355120d 100644 --- a/inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx +++ b/inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx @@ -166,6 +166,7 @@ const NodeEditModal: React.FC = ({ id, type, clusterId, ...m { type: 'inputnumber', label: i18n.t('pages.Clusters.Node.Port'), + hidden: type === 'AGENT', name: 'port', rules: [ {