Add copy button in info field on historical flow details. (#7649)

This commit is contained in:
Nicolo Maio 2023-07-11 09:22:53 +00:00
parent ba88b7d4d9
commit 0ec03d6bce
2 changed files with 12 additions and 5 deletions

View file

@ -194,7 +194,7 @@ end
local function format_historical_info(flow)
local historical_flow_utils = require "historical_flow_utils"
local info_field = historical_flow_utils.get_historical_url(shortenString(flow["INFO"], 64), "info", flow["INFO"], true, flow["INFO"])
local info_field = historical_flow_utils.get_historical_url(shortenString(flow["INFO"], 64), "info", flow["INFO"], true, flow["INFO"], true)
return {
label = i18n("db_explorer.info"),