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

Revert for bug #2315

This commit is contained in:
Tino Vazquez 2013-09-12 16:44:40 +02:00
parent ac53d33665
commit 8bb82020ef

View File

@ -3088,7 +3088,7 @@ function setupCreateTemplateDialog(){
'<legend>'+tr("SSH")+'</legend>'+
'<div class="">'+
'<div class="columns one">'+
'<input type="checkbox" name="ssh_context" id="ssh_context">'+
'<input type="checkbox" name="ssh_context" id="ssh_context" checked>'+
'</div>'+
'<div class="columns ten">'+
'<label class="inline" for="ssh_context">'+ tr(" Add SSH contextualization")+'</label>'+
@ -3114,7 +3114,7 @@ function setupCreateTemplateDialog(){
'<legend>'+tr("Network")+'</legend>'+
'<div class="">'+
'<div class="columns one">'+
'<input type="checkbox" name="network_context" id="network_context">'+
'<input type="checkbox" name="network_context" id="network_context" checked>'+
'</div>'+
'<div class="columns ten">'+
'<label class="inline" for="network_context">'+ tr(" Add Network contextualization")+'</label>'+