1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Feature #1166: Show MODEL textbox for predifined networks in template creation dialog

This commit is contained in:
Hector Sanjuan 2012-03-27 16:32:12 +02:00
parent ef97c118c8
commit 3424b2e147

View File

@ -329,7 +329,7 @@ var create_template_tmpl = '<div id="template_create_tabs">\
<input type="text" id="SCRIPT" name="script" />\
<div class="tip">'+tr("Name of a shell script to be executed after creating the tun device for the VM")+'</div>\
</div>\
<div class="vm_param kvm_opt xen_opt vmware_opt niccfg">\
<div class="vm_param kvm_opt xen_opt vmware_opt niccfg network">\
<label for="MODEL">'+tr("Model")+':</label>\
<input type="text" id="MODEL" name="model" />\
<div class="tip">'+tr("Hardware that will emulate this network interface. With Xen this is the type attribute of the vif.")+'</div>\