diff --git a/dashboard/src/components/FolderView.vue b/dashboard/src/components/FolderView.vue
index c239ab438..0596c9f6d 100644
--- a/dashboard/src/components/FolderView.vue
+++ b/dashboard/src/components/FolderView.vue
@@ -2,7 +2,7 @@
import { marked } from 'marked';
-import { fetcher, Dialog, DirectoryView, TopBar, Breadcrumb, BottomBar, Button, InputDialog, MainLayout, Menu, Notification, FileUploader, Spinner } from 'pankow';
+import { fetcher, Dialog, DirectoryView, TopBar, Breadcrumb, BottomBar, Button, InputDialog, MainLayout, ButtonGroup, Notification, FileUploader, Spinner } from 'pankow';
import { sanitize, sleep } from 'pankow/utils';
import { ISTATES } from '../constants.js';
@@ -23,6 +23,7 @@ export default {
components: {
BottomBar,
Button,
+ ButtonGroup,
Dialog,
DirectoryView,
FileUploader,
@@ -515,12 +516,16 @@ export default {
-
-
+
+
+
+
-
-
-
+
+
+
+
+
diff --git a/dashboard/src/components/LogsViewer.vue b/dashboard/src/components/LogsViewer.vue
index 9a3baa166..5f97bdefc 100644
--- a/dashboard/src/components/LogsViewer.vue
+++ b/dashboard/src/components/LogsViewer.vue
@@ -1,6 +1,6 @@