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,