Forgot to commit before PR merge

This commit is contained in:
Borys_Levytskyi
2021-01-16 11:39:06 +02:00
parent 478ecbfb60
commit 9d8b8a8665
7 changed files with 20 additions and 14 deletions

View File

@@ -14,15 +14,7 @@ function SubnetView({subnet} : {subnet : SubnetCommand}) {
<SubnetRow ip={subnet.input.ipAddress} descr="Address"/>
<SubnetRow ip={getNetworkAddress(subnet.input)} descr="Network"/>
<SubnetRow ip={createSubnetMaskIp(subnet.input)} descr="Net Mask"/>
<SubnetRow ip={getBroadCastAddress(subnet.input)} descr="Broadcast"/>
<tr>
<td className="description soft">
<span>Mask Length</span>
</td>
<td>
{subnet.input.maskBits}
</td>
</tr>
<SubnetRow ip={getBroadCastAddress(subnet.input)} descr="Broadcast"/>
<tr>
<td className="description soft">
<span>Network Size</span>