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

Fix staging dir layout

This commit is contained in:
Daniel Molina 2015-02-24 16:48:26 +01:00
parent 69e6a5b51e
commit 16ce08912b

View File

@ -209,12 +209,6 @@ var create_datastore_tmpl =
'</label>\
<input type="text" name="ceph_secret" id="ceph_secret" />\
</div>\
<div class="large-6 columns">\
<label for="rbd_format">' + tr("RBD Format") +
'<span class="tip">'+tr("By default RBD Format 2 will be used. If RBD_FORMAT=2 is specified then when instantiating non-persistent images the Ceph driver will perform rbd snap instead of rbd copy.")+'</span>'+
'</label>\
<input type="text" name="rbd_format" id="rbd_format" />\
</div>\
<div class="large-6 columns">\
<label class="fs" for="staging_dir">' + tr("Staging Dir") +
'<span class="tip">'+
@ -224,6 +218,12 @@ var create_datastore_tmpl =
'</label>\
<input type="text" name="staging_dir" id="staging_dir" />\
</div>\
<div class="large-6 columns">\
<label for="rbd_format">' + tr("RBD Format") +
'<span class="tip">'+tr("By default RBD Format 2 will be used. If RBD_FORMAT=2 is specified then when instantiating non-persistent images the Ceph driver will perform rbd snap instead of rbd copy.")+'</span>'+
'</label>\
<input type="text" name="rbd_format" id="rbd_format" />\
</div>\
</div>\
<div class="reveal-footer">\
<div class="form_buttons">\