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 c5b9950 commit 79288df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ 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 79288df

Please sign in to comment.