From e95e785f1c61029a299ecc1eb9e80bb9f7218b53 Mon Sep 17 00:00:00 2001 From: Joao Mario Lago Date: Thu, 17 Oct 2024 11:40:44 -0300 Subject: [PATCH] core:frontend:ExtManagerView: Allows download log * Allows users to download streamed logs from ext as files, even when container is reconnecting small pieces of logs that it was able to stream will be at the file --- .../src/views/ExtensionManagerView.vue | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/core/frontend/src/views/ExtensionManagerView.vue b/core/frontend/src/views/ExtensionManagerView.vue index 942944caf0..872ad54e97 100644 --- a/core/frontend/src/views/ExtensionManagerView.vue +++ b/core/frontend/src/views/ExtensionManagerView.vue @@ -39,11 +39,14 @@ label="Follow Logs" hide-details /> + + mdi-download + -
+            
             
           
         
@@ -178,6 +181,7 @@