Fixed and improved subnet add/edit

This commit is contained in:
2023-03-15 07:43:46 +01:00
parent 303c22160d
commit 05e85db3a7
3 changed files with 69 additions and 20 deletions
+18 -3
View File
@@ -39,14 +39,29 @@
</tr>
<tr>
<td class="label">
{$lang_subnet_dhcp}
{$lang_proto_vers}
</td>
<td class="value">
<input type="text" name="subnet_dhcp_start"> -
<input type="text" name="subnet_dhcp_end">
<input type="text" name="subnet_proto_vers" size="2">
</td>
</tr>
<tr>
<td class="label">
{$lang_subnet_dhcp}
</td>
<td class="value">
<input type="text" name="subnet_dhcp_start" size="15"> -
<input type="text" name="subnet_dhcp_end" size="15">
</td>
</tr>
<tr>
<td class="label">
NTP Server
</td>
<td class="value">
<input type="text" name="ntp_server" size="45">
</td>
</tr><tr>
<td class="label">
{$lang_subnet_info}
</td>