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

M #~: Change text on create image form (#83)

(cherry picked from commit d5d3dca4414645857cd63a78887780088fac6ff0)
This commit is contained in:
Sergio Betanzos 2020-07-07 17:45:45 +02:00 committed by Tino Vazquez
parent e50d719fe0
commit 956b6a72b5
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -81,7 +81,7 @@
<div class="row" id="src_path_select">
<div class="large-12 columns text-center">
<input type="radio" name="src_path" id="path_image" value="path">
<label for="path_image">{{tr "Path in OpenNebula server"}}</label>
<label for="path_image">{{tr "Path/URL"}}</label>
<input type="radio" name="src_path" id="upload_image" value="upload">
<label for="upload_image">{{tr "Upload"}}</label>
{{#if images}}
@ -94,7 +94,7 @@
<div class="row">
<div class="large-12 columns">
<label for="img_path">
{{tr "Path"}}
{{tr "Path in OpenNebula server or URL"}}
</label>
<input type="text" name="img_path" id="img_path" />
</div>