1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-05 21:57:24 +03:00

F #1048: Add uuid input to sunstone (#765)

This commit is contained in:
Sergio Betanzos 2021-02-08 10:51:00 +01:00 committed by GitHub
parent 0b5453a234
commit debd99ccaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,15 @@
</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>
{{tr "Unique ID of the VM"}}
{{{tip (tr "Its referenced as machine ID inside the VM. Could be used to force ID for licensing purposes")}}}
<input type="text" wizard_field="UUID"/>
</label>
</div>
</div>
</div>
<div id="kernelTab{{uniqueId}}" class="wizard_internal_tab tabs-panel kernelTab">
<div class="row">