mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix the typo in JA3 server hash display
This commit is contained in:
parent
ff5cc04da1
commit
09b264779d
1 changed files with 2 additions and 2 deletions
|
|
@ -1141,8 +1141,8 @@ function format_tls_info(tls_info)
|
|||
|
||||
if tls_info["ja3_server_hash"] then
|
||||
tls_info["ja3_server_hash"] = i18n("copy_button", {
|
||||
full_name = tls_info["ja3_client_hash"],
|
||||
name = tls_info["ja3_client_hash"]
|
||||
full_name = tls_info["ja3_server_hash"],
|
||||
name = tls_info["ja3_server_hash"]
|
||||
})
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue