Skip to content

Commit f2cb41c

Browse files
authored
Remove colon from port field on allocations page. Closes pterodactyl#2160
1 parent 4122486 commit f2cb41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/network/NetworkContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const NetworkContainer = () => {
7474
<Label>IP Address</Label>
7575
</div>
7676
<div>
77-
<Code>:{port}</Code>
77+
<Code>{port}</Code>
7878
<Label>Port</Label>
7979
</div>
8080
<div css={tw`px-8 flex-1 self-start`}>

0 commit comments

Comments
 (0)