1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

B #5527: Add Guest_MTU attribute to VMtemplate wizard (#1438)

(cherry picked from commit 961e9c572391bed6e8b11efb3273184f15ebeece)
This commit is contained in:
Frederick Borges 2021-09-06 16:29:16 +02:00 committed by Tino Vazquez
parent fbfdf45102
commit ef4e054bd6
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -367,6 +367,17 @@
</span>
</div>
</fieldset>
<fieldset class="not_firecracker">
<legend>{{tr "Guest Options"}}</legend>
<div class="row nic-model-row">
<div class="medium-6 columns">
<label for="GUEST_MTU">
{{tr "Guest MTU"}}
</label>
<input type="text" wizard_field="GUEST_MTU" id="GUEST_MTU" name="GUEST_MTU" />
</div>
</div>
</fieldset>
{{! Hidden inputs for white/black ports and icmp drop. These inputs are
deprecated, but keeping them hidden allows to preserve the values for
previous templates in the update wizard. }}