summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-09-12 13:55:48 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-09-13 11:29:04 +0200
commit4c5cc66fe0fc59d399225b7f2eff199785f94fa1 (patch)
tree2f01b083434af6d9bb70fe9de1de94a85e9bd4d7 /gui/src/shared
parentd3238497e9485f2ebc56d7ca5efc44be5b9eb68e (diff)
downloadmullvadvpn-4c5cc66fe0fc59d399225b7f2eff199785f94fa1.tar.xz
mullvadvpn-4c5cc66fe0fc59d399225b7f2eff199785f94fa1.zip
Migrate UI to use the new "active" flag in the relay list v3 schema
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/daemon-rpc-types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts
index 86dd5ab9b2..346b766e1b 100644
--- a/gui/src/shared/daemon-rpc-types.ts
+++ b/gui/src/shared/daemon-rpc-types.ts
@@ -198,6 +198,7 @@ export interface IRelayListHostname {
hostname: string;
ipv4AddrIn: string;
includeInCountry: boolean;
+ active: boolean;
weight: number;
tunnels?: IRelayTunnels;
bridges?: IRelayBridges;