mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-19 06:50:07 +03:00
bug #2601: Use ssh_public_key when updating a template
This commit is contained in:
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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user