fix: use remoteDestination replace DestinationIP in connection page, #2668 (#2679)

* fix: use remoteDestination replace DestinationIP  in connection page, #2668

* add: missing i18n text

* fix: display the target address details in connection page
This commit is contained in:
Christine.
2025-02-11 14:52:27 +08:00
committed by GitHub
parent e230981ac4
commit d895b68f04
10 changed files with 23 additions and 14 deletions

View File

@@ -120,6 +120,7 @@ interface IConnectionsItem {
sourcePort: string;
destinationPort: string;
destinationIP?: string;
remoteDestination?: string;
process?: string;
processPath?: string;
};