feat: show connections with table layout

This commit is contained in:
GyDi
2022-09-25 01:35:21 +08:00
parent baf8ef8516
commit 008b92acb2
7 changed files with 279 additions and 49 deletions

View File

@@ -68,6 +68,7 @@ declare namespace ApiType {
destinationPort: string;
destinationIP?: string;
process?: string;
processPath?: string;
};
upload: number;
download: number;