Skip to content

Commit

Permalink
[INLONG-11204][Dashboard] agent node hidden port number
Browse files Browse the repository at this point in the history
  • Loading branch information
wohainilaodou committed Oct 8, 2024
1 parent c60a4c4 commit d0a61f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit d0a61f9

Please sign in to comment.