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

B #2246 add tooltip in compatible systems datastore (#2958)

This commit is contained in:
jloboescalona2 2019-02-18 12:03:18 +01:00 committed by Tino Vázquez
parent 60bcff33f0
commit 2d717c11dd

View File

@ -252,7 +252,10 @@
</div>
<div class="medium-6 columns">
<label class="only_img_ds" for="compatible_sys_ds">
{{tr "Compatible system datastores"}}
{{tr "Compatible system datastores"}}
<span class="tip">
{{tr "Specifies which system datastores are compatible with this image datastore"}}
</span>
</label>
<input class="only_img_ds" type="text" name="compatible_sys_ds" id="compatible_sys_ds" placeholder="0,100" />
</div>