From 6cb988ea0625cbb61fd91693dd8149328cd6e5d8 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 3 Feb 2020 09:21:03 +0100 Subject: [PATCH] system_usermanager / authorizedkeys: input with for https://github.com/opnsense/core/issues/3905 (+ height to 10 after click) --- src/www/system_usermanager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { - +