1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

bug : Use ssh_public_key when updating a template

This commit is contained in:
Daniel Molina 2014-01-08 18:46:48 +01:00 committed by Daniel Molina
parent 711b258ac8
commit c876a62d6c

@ -4691,7 +4691,7 @@ function fillTemplatePopUp(request, response){
$("#ssh_context", context_section).attr('checked','checked');
if (!publickey_regexp.test(value)) {
$("input#ssh_public_key").val(value);
$("#ssh_public_key", context_section).val(value);
}
}
else if (token_regexp.test(key)) {