diff --git a/src/www/system_usermanager.php b/src/www/system_usermanager.php index ccc3d7f8a..cab920686 100644 --- a/src/www/system_usermanager.php +++ b/src/www/system_usermanager.php @@ -476,7 +476,7 @@ $( document ).ready(function() { // expand ssh key section on click $("#authorizedkeys").click(function(){ - $(this).attr('rows', '7'); + $(this).attr('rows', '10'); }); // import ldap users @@ -945,7 +945,7 @@ $( document ).ready(function() {