mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #3748: Fix ssh key update in cloud view
This commit is contained in:
parent
aab1264c82
commit
3f4927f0fc
@ -59,7 +59,7 @@ define(function(require) {
|
||||
if (ssh_key && ssh_key.length) {
|
||||
$("#provision_ssh_key", context).val(ssh_key);
|
||||
$(".provision_add_ssh_key_button", context).hide();
|
||||
$(".provision_update_ssh_key_button"), context.show();
|
||||
$(".provision_update_ssh_key_button", context).show();
|
||||
} else {
|
||||
$(".provision_add_ssh_key_button", context).show();
|
||||
$(".provision_update_ssh_key_button", context).hide();
|
||||
|
Loading…
x
Reference in New Issue
Block a user