mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
network: Add network pool mac info. dhcp->dhcp4 conversion.
This commit is contained in:
parent
c5a96b7662
commit
78ec7ac746
5 changed files with 24 additions and 16 deletions
|
|
@ -27,9 +27,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-group bridge_name_form_group_dhcp">
|
||||
<label class="col-sm-4 control-label">{% trans "DHCP" %}</label>
|
||||
<label class="col-sm-4 control-label">{% trans "DHCPv4" %}</label>
|
||||
<div class="col-sm-6">
|
||||
<input type="checkbox" name="dhcp" value="true" checked>
|
||||
<input type="checkbox" name="dhcp4" value="true" checked>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group bridge_name_form_group_dhcp">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue