From 54b94f29e1cfe506619c82f9bead9ec42e950302 Mon Sep 17 00:00:00 2001 From: Matthieu Hostache Date: Mon, 24 Aug 2020 17:38:24 +0200 Subject: [PATCH] Add ability to dismiss pilot notification --- .../platform/PlatformNotification.vue | 37 +++++++++++++++---- webui/src/store/platform/index.js | 12 +++++- 2 files changed, 41 insertions(+), 8 deletions(-) diff --git a/webui/src/components/platform/PlatformNotification.vue b/webui/src/components/platform/PlatformNotification.vue index 1cd9c7f69..fa55dbbbc 100644 --- a/webui/src/components/platform/PlatformNotification.vue +++ b/webui/src/components/platform/PlatformNotification.vue @@ -1,8 +1,8 @@