Skip to content

Commit

Permalink
Show protocol instead of port
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 28, 2023
1 parent 0591f6a commit 0d7af5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modern/src/reports/LogsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LogsPage = () => {
{items.map((item, index) => (
<TableRow key={index}>
<TableCell>{item.uniqueId}</TableCell>
<TableCell>{item.port}</TableCell>
<TableCell>{item.protocol}</TableCell>
<TableCell>{item.data}</TableCell>
</TableRow>
))}
Expand Down

0 comments on commit 0d7af5f

Please sign in to comment.