1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

change name for network model to nic type

This commit is contained in:
cserma 2023-08-16 10:21:46 +03:00 committed by catborise
parent 7d1cfb69b0
commit f2222a6ea8
12 changed files with 6119 additions and 5609 deletions

View file

@ -46,7 +46,7 @@
</div>
</div>
<div class="row">
<label class="col-sm-4 col-form-label">{% trans "Model" %} </label>
<label class="col-sm-4 col-form-label">{% trans "NIC Type" %} </label>
<div class="col-sm-6">
<select class="form-select" name="add-net-model">
{% for model in net_models_host %}