summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/new.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/new.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/new.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/new.html b/src/lib/Server/Hostbase/hostbase/webtemplates/new.html
index c965d5af4..5c74197b4 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/new.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/new.html
@@ -56,9 +56,6 @@
<td> <input name="csi" type="text" ></td></tr>
<tr> <td> <b>printq</b></td>
<td> <input name="printq" type="text" ></td></tr>
- <tr> <td> <b>dhcp</b></td>
- <td>
- <input type="checkbox" name="dhcp"></td></tr>
<tr> <td> <b>outbound_smtp</b></td>
<td>
<input type="checkbox" name="outbound_smtp"></td></tr>
@@ -75,6 +72,9 @@
<input type="radio" name="hdwr_type_new" value="{{ choice.0 }}" >{{ choice.1 }}
{% endfor %}
</td></tr>
+ <tr> <td> <b>dhcp</b></td>
+ <td>
+ <input type="checkbox" name="dhcp_new"></td></tr>
<tr> <td> <b>mac_addr</b></td>
<td> <input name="mac_addr_new" type="text"></td></tr>
<tr> <td> <b>ip_addr</b></td>
@@ -84,6 +84,9 @@
<input type="radio" name="hdwr_type_new2" value="{{ choice.0 }}" >{{ choice.1 }}
{% endfor %}
</td></tr>
+ <tr> <td> <b>dhcp</b></td>
+ <td>
+ <input type="checkbox" name="dhcp_new2"></td></tr>
<tr> <td> <b>mac_addr</b></td>
<td> <input name="mac_addr_new2" type="text"></td></tr>
<tr> <td> <b>ip_addr</b></td>