Remove colon from port field on allocations page. Closes #2160
This commit is contained in:
parent
4122486468
commit
f2cb41c074
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue