Cosmetic tweaks

This commit is contained in:
John Crisp
2025-06-13 16:44:09 +02:00
parent 91105c83c9
commit 9963a8836f
11 changed files with 71 additions and 76 deletions

View File

@@ -85,10 +85,10 @@
<tbody>
% foreach my $val ( @vals ) {
% my ($net, $mask) = split '/', $val;
% $mask = '255.255.255.255' unless ($mask);
% my ($numhosts,$a,$b) = esmith::util::computeHostRange($net,$mask);
<tr class="align-middle">
% my ($net, $mask) = split '/', $val;
% $mask = '255.255.255.255' unless ($mask);
% my ($numhosts,$a,$b) = esmith::util::computeHostRange($net,$mask);
<tr class="align-middle">
<td><%= $net %></td>
<td><%= $mask %></td>
<td><%= $numhosts %></td>
@@ -96,7 +96,7 @@
<input type='checkbox' name='Remove_nets' value='<%= $net.'/'.$mask %>'>
</td>
</tr>
% }
% }
</tbody>
</table>