\
\
\
'+tr("Keyboard configuration locale to use in the VNC display")+'
\
@@ -997,7 +997,6 @@ function setupCreateTemplateDialog(){
//hide non common sections
$(section_inputs).hide();
- $(section_graphics).hide();
switch(ui.index){
case 0:
@@ -1085,7 +1084,6 @@ function setupCreateTemplateDialog(){
$('input#TYPE', section_raw).val("kvm");
$(section_inputs).show();
- $(section_graphics).show();
};
// Using XEN wizard.
@@ -1121,7 +1119,6 @@ function setupCreateTemplateDialog(){
$('select#BUS',section_disks).html(bus_opts);
$('input#TYPE', section_raw).val("xen");
- $(section_graphics).show();
};
//VMWare wizard