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 a167053 commit bf43fc4
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 @@ -167,6 +167,7 @@ const NodeEditModal: React.FC<NodeEditModalProps> = ({ id, type, clusterId, ...m
type: 'inputnumber',
label: i18n.t('pages.Clusters.Node.Port'),
name: 'port',
hidden: type === 'AGENT',
rules: [
{
pattern: rulesPattern.port,
Expand Down

0 comments on commit bf43fc4

Please sign in to comment.