opennebula_context.diff
templates-tab.js 2013-09-10 11:24:33.682742244 +0200 | ||
---|---|---|
3072 | 3072 |
'<legend>'+tr("SSH")+'</legend>'+ |
3073 | 3073 |
'<div class="">'+ |
3074 | 3074 |
'<div class="columns one">'+ |
3075 |
'<input type="checkbox" name="ssh_context" id="ssh_context" checked>'+
|
|
3075 |
'<input type="checkbox" name="ssh_context" id="ssh_context">'+ |
|
3076 | 3076 |
'</div>'+ |
3077 | 3077 |
'<div class="columns ten">'+ |
3078 | 3078 |
'<label class="inline" for="ssh_context">'+ tr(" Add SSH contextualization")+'</label>'+ |
... | ... | |
3098 | 3098 |
'<legend>'+tr("Network")+'</legend>'+ |
3099 | 3099 |
'<div class="">'+ |
3100 | 3100 |
'<div class="columns one">'+ |
3101 |
'<input type="checkbox" name="network_context" id="network_context" checked>'+
|
|
3101 |
'<input type="checkbox" name="network_context" id="network_context">'+ |
|
3102 | 3102 |
'</div>'+ |
3103 | 3103 |
'<div class="columns ten">'+ |
3104 | 3104 |
'<label class="inline" for="network_context">'+ tr(" Add Network contextualization")+'</label>'+ |