Fix remote Access remove network

This commit is contained in:
John Crisp
2025-04-16 18:40:51 +02:00
parent 93b8d4cb6f
commit 79b2e7f492
2 changed files with 8 additions and 3 deletions

View File

@@ -91,7 +91,9 @@
%= t td => (class => "") => $net
%= t td => (class => "") => $mask
%= t td => (class => "") => $numhosts
<td class=""><input type='checkbox' name='Remote_nets' value='<%= $net.'/'.$mask %>'> </td>
<td class="">
<input type='checkbox' name='Remove_nets' value='<%= $net.'/'.$mask %>'>
</td>
</tr>
% }
@@ -226,4 +228,4 @@
</div>
% end
% end