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

feature #1762: add device_model to template wizard

This commit is contained in:
Javi Fontan 2014-02-18 10:49:23 +01:00
parent 2e1aba520a
commit dbc6120c1d

View File

@ -2700,6 +2700,17 @@ function add_osTab(dialog) {
'<div class="tip">'+tr("The guest clock will be synchronized to the host's configured timezone when booted.")+'</div>'+
'</div>'+
'</div>'+
'<div class="row">'+
'<div class="four columns">'+
'<label class="right inline" for="DEVICE_MODEL">'+tr("Device model")+':</label>'+
'</div>'+
'<div class="six columns">'+
'<input type="text" id="DEVICE_MODEL" name="device_model"/>'+
'</div>'+
'<div class="two columns">'+
'<div class="tip">'+tr("Used to change the IO emulator in Xen HVM. Only XEN.")+'</div>'+
'</div>'+
'</div>'+
'</div>'+
'<div class="six columns vm_param">'+
'<div class="row">'+