From b0b50098a4079daa0622a1ff9b4c52774d1d1d9f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 4 Feb 2020 11:19:05 -0500 Subject: Websocket reconnect reload page data. Fixes #504 --- ui/src/interfaces.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/interfaces.ts') diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts index 6c87d3e9..02c108aa 100644 --- a/ui/src/interfaces.ts +++ b/ui/src/interfaces.ts @@ -854,4 +854,5 @@ export interface WebSocketJsonResponse { op?: string; data?: ResponseType; error?: string; + reconnect?: boolean; } -- cgit v1.2.3