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 efd7a23257 [INLONG-11204][Dashboard] Agent node hidden port number
(#11287)
efd7a23257 is described below
commit efd7a23257ba434e293a14904f0092d107bb3600
Author: kamianlaida <[email protected]>
AuthorDate: Wed Oct 9 09:34:36 2024 +0800
[INLONG-11204][Dashboard] Agent node hidden port number (#11287)
---
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 35447c1318..80b7355120 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<NodeEditModalProps> = ({ id,
type, clusterId, ...m
{
type: 'inputnumber',
label: i18n.t('pages.Clusters.Node.Port'),
+ hidden: type === 'AGENT',
name: 'port',
rules: [
{