From 6b603150367d1faf05ebc4f7982c37e5da80f17a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 7 Jun 2024 14:48:25 +0800 Subject: [PATCH] Update webssh.js --- plugins/webssh/js/webssh.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/webssh/js/webssh.js b/plugins/webssh/js/webssh.js index c130b383d..0079d8f11 100755 --- a/plugins/webssh/js/webssh.js +++ b/plugins/webssh/js/webssh.js @@ -482,6 +482,7 @@ function webShell_addServer(info=[]){ // $('input[name="pkey_passwd"]').val(jdata['pkey_passwd']); } $('input[name="ps"]').val(jdata['ps']); + $('input[name="port"]').val(jdata['port']); $('.auth_type_checkbox').each(function(){ if ($(this).data('ctype') == jdata['type']){ $(this).addClass('btn-success');