From f8cd369c56d03a66d09402d98605ef808bb6a96b Mon Sep 17 00:00:00 2001 From: Steffen Date: Thu, 17 Jan 2019 19:05:46 +0000 Subject: [PATCH] Replace reconnect modal with button in header --- src/dashboard-client/src/App.vue | 25 ++++++++++++--- .../src/components/utils/Disconnect.vue | 31 ------------------- src/dashboard-client/src/events.js | 3 ++ 3 files changed, 24 insertions(+), 35 deletions(-) delete mode 100644 src/dashboard-client/src/components/utils/Disconnect.vue diff --git a/src/dashboard-client/src/App.vue b/src/dashboard-client/src/App.vue index d76056fb8..3e7d93402 100644 --- a/src/dashboard-client/src/App.vue +++ b/src/dashboard-client/src/App.vue @@ -1,6 +1,5 @@