From 845773f3f1984d36b0c282bd92cf49b2ef4e8387 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Tue, 11 Oct 2022 03:21:32 +0300 Subject: [PATCH] Regular filters instead of experimental combobox, sort by timestamp --- frontend/src/components/LogViewer.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/LogViewer.vue b/frontend/src/components/LogViewer.vue index aa53164..74f1d2c 100644 --- a/frontend/src/components/LogViewer.vue +++ b/frontend/src/components/LogViewer.vue @@ -24,8 +24,7 @@ import ScreenshotCell from "./ScreenshotCell.js"; export default { components: { AgGridVue, - ScreenshotCell: ScreenshotCell, - ComboboxFilter + ScreenshotCell: ScreenshotCell }, data() { return {