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

bug #3252: Missing nic default_model input in VM template wizard

This commit is contained in:
Daniel Molina 2014-10-20 15:44:06 +02:00
parent 762c313342
commit 9095d5a1ea

View File

@ -2110,14 +2110,14 @@ function wizard_tab_content(){
'</dl>'+
'<div class="tabs-content vertical" id="template_create_network_tabs_content">'+
'</div>'+
//'<div class="row">'+
// '<div class="large-6 columns">'+
// '<label for="DEFAULT_MODEL">'+tr("Default model")+
// '<span class="tip">'+tr("Default value for all NICs. Hardware that will emulate the network interface. With Xen this is the type attribute of the vif.")+'</span>'+
// '</label>'+
// '<input type="text" id="DEFAULT_MODEL" name="DEFAULT_MODEL"/>'+
// '</div>'+
//'</div>'+
'<div class="row">'+
'<div class="large-6 columns">'+
'<label for="DEFAULT_MODEL">'+tr("Default model")+
'<span class="tip">'+tr("Default value for all NICs. Hardware that will emulate the network interface. With Xen this is the type attribute of the vif.")+'</span>'+
'</label>'+
'<input type="text" id="DEFAULT_MODEL" name="DEFAULT_MODEL"/>'+
'</div>'+
'</div>'+
'</div>';
}
if (Config.isTemplateCreationTabEnabled('os_booting')){