privacy and source columns

This commit is contained in:
Alex Ross
2021-02-18 11:06:47 +01:00
parent 6d7eefbae2
commit edab4b7bdc
2 changed files with 45 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ export interface ITunnelItem {
localPort?: number;
name?: string;
closeable?: boolean;
source: string;
privacy?: TunnelPrivacy;
processDescription?: string;
wideDescription?: string;