Added Automatic Allocations
Known issues: - Port range to auto create is hard coded - React interface is still a WIP.
This commit is contained in:
parent
bcbd2c4996
commit
8f8bd0be83
8 changed files with 186 additions and 4 deletions
|
@ -42,7 +42,7 @@ const AllocationRow = ({ allocation, onSetPrimary, onNotesChanged }: Props) => {
|
|||
return (
|
||||
<GreyRowBox
|
||||
$hoverable={false}
|
||||
// css={index > 0 ? tw`mt-2 overflow-x-auto` : tw`overflow-x-auto`}
|
||||
css={tw`mt-2 overflow-x-auto`}
|
||||
>
|
||||
<div css={tw`hidden md:block pl-4 pr-6 text-neutral-400`}>
|
||||
<FontAwesomeIcon icon={faNetworkWired}/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue