mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 09:53:44 +02:00
Remove colon from port field on allocations page. Closes #2160
This commit is contained in:
@@ -74,7 +74,7 @@ const NetworkContainer = () => {
|
||||
<Label>IP Address</Label>
|
||||
</div>
|
||||
<div>
|
||||
<Code>:{port}</Code>
|
||||
<Code>{port}</Code>
|
||||
<Label>Port</Label>
|
||||
</div>
|
||||
<div css={tw`px-8 flex-1 self-start`}>
|
||||
|
||||
Reference in New Issue
Block a user