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

feature #2547: add localtime to the template wizard

This commit is contained in:
Javi Fontan 2014-02-18 10:34:33 +01:00
parent f31c6a7c14
commit 2e1aba520a

View File

@ -2685,6 +2685,21 @@ function add_osTab(dialog) {
'<div class="tip">'+tr("Add support in the VM for hyper-v features (HYPERV)")+'</div>'+
'</div>'+
'</div>'+
'<div class="row">'+
'<div class="four columns">'+
'<label class="right inline" for="LOCALTIME">'+tr("LOCALTIME")+':</label>'+
'</div>'+
'<div class="six columns">'+
'<select id="LOCALTIME" name="localtime">'+
'<option id="no_localtime" name="no_localtime" value=""></option>'+
'<option value="yes">'+tr("Yes")+'</option>'+
'<option value="no">'+tr("No")+'</option>'+
'</select>'+
'</div>'+
'<div class="two columns">'+
'<div class="tip">'+tr("The guest clock will be synchronized to the host's configured timezone when booted.")+'</div>'+
'</div>'+
'</div>'+
'</div>'+
'<div class="six columns vm_param">'+
'<div class="row">'+