Merge pull request #2161 from DarthShmev/patch-1

Remove colon from port field on allocations page. Closes #2160
This commit is contained in:
Dane Everitt 2020-07-10 20:20:20 -07:00 committed by GitHub
commit d040b3a242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`}>