Skip to content

Commit

Permalink
rename ports to endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Mar 29, 2024
1 parent c8abd29 commit ca2e826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const EnclavesTable = ({ enclavesData, selection, onSelectionChange }: En
meta: { centerAligned: true },
}),
columnHelper.accessor("ports", {
header: "Ports",
header: "Endpoints",
cell: (portsCell) => <PortsSummary ports={portsCell.getValue()} />,
meta: { centerAligned: true },
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const ServicesTable = ({ enclaveUUID, enclaveShortUUID, servicesResponse
cell: (imageCell) => <ImageButton image={imageCell.getValue()} />,
}),
columnHelper.accessor("ports", {
header: "Ports",
header: "Endpoints",
cell: (portsCell) => <PortsSummary ports={portsCell.getValue()} />,
meta: { centerAligned: true },
}),
Expand Down

0 comments on commit ca2e826

Please sign in to comment.