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

F #3024: Change target device fieldname (#4527)

This commit is contained in:
Frederick Borges 2020-04-15 19:32:23 +02:00 committed by GitHub
parent 28ee8a0776
commit 86eccdb1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
<div class="row">
<div class="medium-6 columns hypervisor only_kvm">
<label for="TARGET">
{{tr "Target device"}}
<span class="hypervisor only_kvm"> {{tr "Target device"}} </span>
<span class="hypervisor only_lxd"> {{tr "Mountpoint"}} </span>
{{{tip (tr "Device to map image disk. If set, it will overwrite the default device mapping. In LXD this setting specifies a disk mount point like /mnt.")}}}
</label>
<input type="text" wizard_field="TARGET" id="TARGET" name="target" placeholder="sdc"/>