Skip to content

Commit

Permalink
[INLONG-11204][Dashboard] Agent node hidden port number (#11287)
Browse files Browse the repository at this point in the history
  • Loading branch information
wohainilaodou authored Oct 9, 2024
1 parent f336100 commit efd7a23
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 efd7a23

Please sign in to comment.