From bf2468e8a10391d7a29e462907dbe5b0aa5e0183 Mon Sep 17 00:00:00 2001 From: janosch Date: Wed, 18 Dec 2024 14:26:09 +0000 Subject: [PATCH] Revert event filtering changes from PR#3182 --- .../Visualization/AggregationConfig.vue | 10 ---- .../Visualization/EventFieldSelect.vue | 40 ++++++--------- .../Visualization/VisualizationEditor.vue | 51 +------------------ 3 files changed, 17 insertions(+), 84 deletions(-) diff --git a/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue b/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue index 24b26904f5..3fb73e778a 100644 --- a/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue +++ b/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue @@ -20,8 +20,6 @@ limitations under the License. @@ -116,14 +114,6 @@ export default { splitByTimeline: { type: Boolean, }, - timelineFields: { - type: Array, - default: () => [], - }, - loadingFields: { - type: Boolean, - default: false - }, }, data() { return { diff --git a/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue b/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue index bf4694c915..016c50eadf 100644 --- a/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue +++ b/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue @@ -17,9 +17,8 @@ limitations under the License.