mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 19:04:45 +02:00
Merge pull request #2161 from DarthShmev/patch-1
Remove colon from port field on allocations page. Closes #2160
This commit is contained in:
commit
d040b3a242
@ -74,7 +74,7 @@ const NetworkContainer = () => {
|
|||||||
<Label>IP Address</Label>
|
<Label>IP Address</Label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Code>:{port}</Code>
|
<Code>{port}</Code>
|
||||||
<Label>Port</Label>
|
<Label>Port</Label>
|
||||||
</div>
|
</div>
|
||||||
<div css={tw`px-8 flex-1 self-start`}>
|
<div css={tw`px-8 flex-1 self-start`}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user