Skip to content
Snippets Groups Projects
Unverified Commit b6d50ba6 authored by GyDi's avatar GyDi
Browse files

fix: rm debug code

parent b3ab6a91
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,7 @@ export const ConnectionTable = (props: Props) => {
ulSpeed: parseTraffic(each.curUpload).join(" ") + "/s",
chains,
rule,
process: truncateStr(metadata.process || metadata.processPath)?.repeat(
10
),
process: truncateStr(metadata.process || metadata.processPath),
time: dayjs(each.start).fromNow(),
source: `${metadata.sourceIP}:${metadata.sourcePort}`,
destinationIP: metadata.destinationIP,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment