@@ -34,7 +34,7 @@ limitations under the License.
- mdi-magnify-plus-outline
+ mdi-magnify-plus-outline
Context search
diff --git a/timesketch/frontend-ng/src/components/Explore/EventDetail.vue b/timesketch/frontend-ng/src/components/Explore/EventDetail.vue
index 3536c3145f..5f415e60ea 100644
--- a/timesketch/frontend-ng/src/components/Explore/EventDetail.vue
+++ b/timesketch/frontend-ng/src/components/Explore/EventDetail.vue
@@ -30,64 +30,41 @@ limitations under the License.
-
-
-
- mdi-chart-bar
-
-
- Aggregation dialog
-
+
+ mdi-chart-bar
+
-
-
-
- mdi-filter-plus-outline
-
-
- Filter for value
-
+
+ mdi-filter-plus-outline
+
-
-
-
- mdi-filter-minus-outline
-
-
- Filter out value
-
+
+ mdi-filter-minus-outline
+
-
-
-
- mdi-content-copy
-
-
- copy field name
-
+
+ mdi-content-copy
+
|
@@ -103,18 +80,13 @@ limitations under the License.
|
- mdi-content-copy
+ mdi-content-copy
-
-
- mdi-open-in-new
-
- Context Lookup
-
+ mdi-open-in-new
diff --git a/timesketch/frontend-ng/src/components/Explore/EventList.vue b/timesketch/frontend-ng/src/components/Explore/EventList.vue
index 2da980d78d..17766d8249 100644
--- a/timesketch/frontend-ng/src/components/Explore/EventList.vue
+++ b/timesketch/frontend-ng/src/components/Explore/EventList.vue
@@ -79,14 +79,9 @@ limitations under the License.
-
-
-
- mdi-content-save-outline
-
-
- Save search
-
+
+ mdi-content-save-outline
+
@@ -111,30 +106,18 @@ limitations under the License.
-
-
-
- mdi-chart-bar
-
-
- Show histogram
-
+
+ mdi-chart-bar
+
-
-
-
-
- mdi-view-column-outline
-
-
- Select columns
-
+
+ mdi-view-column-outline
+
-
Select columns
@@ -172,28 +155,17 @@ limitations under the License.
-
-
-
- mdi-download
-
-
- Download current view as csv
-
+
+ mdi-download
+
-
-
-
- mdi-dots-horizontal
-
-
- More settings
-
+
+ mdi-dots-horizontal
+
-
Density
@@ -274,7 +246,7 @@ limitations under the License.
Actions:
- mdi-star
+ mdi-star
Toggle star
@@ -301,7 +273,7 @@ limitations under the License.
reset
- mdi-close
+ mdi-close
-
-
-
- mdi-star
- mdi-star-outline
-
-
- Toggle star status
-
-
+
+ mdi-star
+ mdi-star-outline
+
-
-
-
-
- Event tag menu
-
-
+
-
-
-
-
- Action sub-menu
-
-
+
@@ -410,7 +366,7 @@ limitations under the License.
:key="emoji"
v-html="emoji + ';'"
:title="meta.emojis[emoji]"
- >
+ >
{{ item._source[field.text] }}
@@ -429,47 +385,31 @@ limitations under the License.
-
-
-
-
-
- mdi-comment-text-multiple-outline
-
-
-
-
- Open event & comments
- Close event & comments
-
-
-
-
-
- mdi-comment-plus-outline
-
-
-
- Add a comment
-
-
-
-
-
- mdi-comment-remove-outline
-
-
-
- Close comments
-
+
+
+
+
+ mdi-comment-text-multiple-outline
+
+
+
+
+
+
+
+ mdi-comment-plus-outline
+
+
+
+
+
+ mdi-comment-remove-outline
+
+
+
diff --git a/timesketch/frontend-ng/src/components/Explore/EventTagMenu.vue b/timesketch/frontend-ng/src/components/Explore/EventTagMenu.vue
index dbdf9e706b..09be2c3711 100644
--- a/timesketch/frontend-ng/src/components/Explore/EventTagMenu.vue
+++ b/timesketch/frontend-ng/src/components/Explore/EventTagMenu.vue
@@ -16,13 +16,13 @@ limitations under the License.
- mdi-tag-plus
- mdi-tag-plus-outline
+ mdi-tag-plus
+ mdi-tag-plus-outline
- mdi-close
+ mdi-close
Quick tags
@@ -37,6 +37,7 @@ limitations under the License.
small
@click="addTags(tag.tag)"
@click.stop="showMenu = false"
+ title="Add quick tag"
>
{{ tag.label }}
{{ tag.tag }}
@@ -53,6 +54,7 @@ limitations under the License.
small
close
@click:close="removeTags(tag)"
+ title="Remove "
>
{{ getQuickTag(tag).label }}
{{ tag }}
diff --git a/timesketch/frontend-ng/src/components/Explore/EventTags.vue b/timesketch/frontend-ng/src/components/Explore/EventTags.vue
index 924ce7891d..45c37a8038 100644
--- a/timesketch/frontend-ng/src/components/Explore/EventTags.vue
+++ b/timesketch/frontend-ng/src/components/Explore/EventTags.vue
@@ -19,7 +19,7 @@ limitations under the License.
:color="tagColor(tag).color"
:text-color="tagColor(tag).textColor"
>
- {{ tagConfig[tag].label }}
+ {{ tagConfig[tag].label }}
{{ tag }}
diff --git a/timesketch/frontend-ng/src/components/Explore/SearchHistoryButtons.vue b/timesketch/frontend-ng/src/components/Explore/SearchHistoryButtons.vue
index ab99a2bab2..cb5ab7f958 100644
--- a/timesketch/frontend-ng/src/components/Explore/SearchHistoryButtons.vue
+++ b/timesketch/frontend-ng/src/components/Explore/SearchHistoryButtons.vue
@@ -15,32 +15,17 @@ limitations under the License.
-->
-
-
-
- mdi-arrow-left
-
-
- Click to go back
-
+
+ mdi-arrow-left
+
-
-
-
- mdi-arrow-right
-
-
- Click to go forward
-
+
+ mdi-arrow-right
+
-
-
-
- mdi-history
-
-
- Click to see your search history
-
+
+ mdi-history
+
diff --git a/timesketch/frontend-ng/src/components/Explore/SearchHistoryTreeNode.vue b/timesketch/frontend-ng/src/components/Explore/SearchHistoryTreeNode.vue
index 637997726f..9c7bb16a32 100644
--- a/timesketch/frontend-ng/src/components/Explore/SearchHistoryTreeNode.vue
+++ b/timesketch/frontend-ng/src/components/Explore/SearchHistoryTreeNode.vue
@@ -6,9 +6,9 @@
:id="node.id"
style="min-width: 280px"
>
- mdi-star
- mdi-comment-outline
- mdi-label
+ mdi-star
+ mdi-comment-outline
+ mdi-label
-
+
{{ timeline.name }}
@@ -112,10 +112,10 @@ limitations under the License.
:ripple="!timelineFailed"
>
-
+
mdi-alert-circle-outline
- mdi-circle
+ mdi-circle
@@ -139,7 +139,7 @@ limitations under the License.
{{ eventsCount | compactNumber }}
- mdi-dots-vertical
+ mdi-dots-vertical
diff --git a/timesketch/frontend-ng/src/components/Explore/UnfurlDialog.vue b/timesketch/frontend-ng/src/components/Explore/UnfurlDialog.vue
index 3619946050..a77fb69ef0 100644
--- a/timesketch/frontend-ng/src/components/Explore/UnfurlDialog.vue
+++ b/timesketch/frontend-ng/src/components/Explore/UnfurlDialog.vue
@@ -32,30 +32,15 @@ limitations under the License.
-
-
-
- mdi-fit-to-page-outline
-
-
- resize graph
-
-
-
-
- mdi-plus
-
-
- zoom in
-
-
-
-
- mdi-minus
-
-
- zoom out
-
+
+ mdi-fit-to-page-outline
+
+
+ mdi-plus
+
+
+ mdi-minus
+
diff --git a/timesketch/frontend-ng/src/components/Graph/Cytoscape.vue b/timesketch/frontend-ng/src/components/Graph/Cytoscape.vue
index 9f81c10a3d..7acdc70c48 100644
--- a/timesketch/frontend-ng/src/components/Graph/Cytoscape.vue
+++ b/timesketch/frontend-ng/src/components/Graph/Cytoscape.vue
@@ -39,15 +39,10 @@ limitations under the License.
{{ nodes.length }} nodes and {{ edges.length }} edges
+
+ mdi-content-save-outline
+
-
-
-
- mdi-content-save-outline
-
-
- Save selected graph
-
Save selected elements
@@ -68,16 +63,14 @@ limitations under the License.
-
-
-
- mdi-fit-to-page-outline
-
-
- Fit to Canvas
-
+
+ mdi-fit-to-page-outline
+
+
+ mdi-cog-outline
+
-
-
-
- mdi-cog-outline
-
-
- Graph Settings
-
-
-
Layout type
@@ -130,22 +113,15 @@ limitations under the License.
Generated {{ currentGraphCache.updated_at | timeSince }}
-
-
-
- mdi-refresh
-
-
- Refresh graph
-
-
+
+ mdi-refresh
+
@@ -168,13 +144,13 @@ limitations under the License.
Timeline for {{ selectedEdgesCount }} selected edge(s)
- mdi-chevron-up
+ mdi-chevron-up
- mdi-chevron-down
+ mdi-chevron-down
- mdi-close
+ mdi-close
diff --git a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue
index 28d372a1f4..cef805c967 100644
--- a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue
+++ b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue
@@ -24,8 +24,8 @@ limitations under the License.
:class="$vuetify.theme.dark ? 'dark-hover' : 'light-hover'"
>
- mdi-chevron-right
- mdi-chevron-down
+ mdi-chevron-right
+ mdi-chevron-down
diff --git a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResultTimeline.vue b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResultTimeline.vue
index e1b7020f76..0b20a36574 100644
--- a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResultTimeline.vue
+++ b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResultTimeline.vue
@@ -22,7 +22,7 @@ limitations under the License.
style="display: flex; align-items: center"
:class="getHoverTheme"
>
- mdi-circle
+ mdi-circle
{{ timeline.name }}
@@ -33,22 +33,17 @@ limitations under the License.
@click="expanded = !expanded"
:class="getHoverTheme"
>
- mdi-circle
+ mdi-circle
{{ timeline.name }}
-
-
-
- mdi-alert
-
-
- Analyzer Error
-
+
+ mdi-alert
+
-
+
mdi-information-outline
@@ -58,7 +53,7 @@ limitations under the License.
-
+
mdi-information-outline
diff --git a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResults.vue b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResults.vue
index cfabd9cc81..634064ae17 100644
--- a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResults.vue
+++ b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResults.vue
@@ -30,7 +30,7 @@ limitations under the License.
:to="{ name: 'Analyze', params: { sketchId: sketch.id, analyzerTimelineId: undefined } }"
@click.stop=""
>
- mdi-plus
+ mdi-plus
mdi-reload-alert
- analyzer status check timeout, click to reload
+ Analyzer status check timeout, click to reload
diff --git a/timesketch/frontend-ng/src/components/LeftPanel/SavedSearches.vue b/timesketch/frontend-ng/src/components/LeftPanel/SavedSearches.vue
index 2e8f7db3ef..810a434b63 100644
--- a/timesketch/frontend-ng/src/components/LeftPanel/SavedSearches.vue
+++ b/timesketch/frontend-ng/src/components/LeftPanel/SavedSearches.vue
@@ -21,7 +21,7 @@ limitations under the License.
@click="expanded = !expanded"
:class="$vuetify.theme.dark ? 'dark-hover' : 'light-hover'"
>
- mdi-content-save-outline Saved Searches
+ mdi-content-save-outline Saved Searches
{{ meta.views.length }}{{ savedSearch.name }}
-
-
-
- mdi-link-variant
-
-
- Copy link to this search
-
+
+ mdi-link-variant
+
- mdi-dots-vertical
+ mdi-dots-vertical
diff --git a/timesketch/frontend-ng/src/components/LeftPanel/SigmaRule.vue b/timesketch/frontend-ng/src/components/LeftPanel/SigmaRule.vue
index 2169c8bce5..460fea053a 100644
--- a/timesketch/frontend-ng/src/components/LeftPanel/SigmaRule.vue
+++ b/timesketch/frontend-ng/src/components/LeftPanel/SigmaRule.vue
@@ -23,8 +23,8 @@ limitations under the License.
style="cursor: pointer; font-size: 0.9em"
>
- mdi-chevron-right
- mdi-chevron-down
+ mdi-chevron-right
+ mdi-chevron-down
@@ -35,7 +35,7 @@ limitations under the License.
- mdi-dots-vertical
+ mdi-dots-vertical
diff --git a/timesketch/frontend-ng/src/components/LeftPanel/SigmaRules.vue b/timesketch/frontend-ng/src/components/LeftPanel/SigmaRules.vue
index 0367df7259..753d7c2462 100644
--- a/timesketch/frontend-ng/src/components/LeftPanel/SigmaRules.vue
+++ b/timesketch/frontend-ng/src/components/LeftPanel/SigmaRules.vue
@@ -31,7 +31,7 @@ limitations under the License.
:to="{ name: 'SigmaNewRule', params: { sketchId: sketch.id } }"
@click.stop=""
>
- mdi-plus
+ mdi-plus
diff --git a/timesketch/frontend-ng/src/components/LeftPanel/Tags.vue b/timesketch/frontend-ng/src/components/LeftPanel/Tags.vue
index 3bdb206a54..1ee6418821 100644
--- a/timesketch/frontend-ng/src/components/LeftPanel/Tags.vue
+++ b/timesketch/frontend-ng/src/components/LeftPanel/Tags.vue
@@ -21,7 +21,7 @@ limitations under the License.
@click="expanded = !expanded"
:class="$vuetify.theme.dark ? 'dark-hover' : 'light-hover'"
>
- mdi-tag-multiple-outline Tags
+ mdi-tag-multiple-outline Tags
- mdi-star
+ mdi-star
mdi-comment-multiple-outline
{{ label.label | formatLabelText }} (
-
- mdi-shield-search Threat Intelligence
+ mdi-shield-search Threat Intelligence
- mdi-plus
+ mdi-plus
- mdi-plus
+ mdi-plus
- mdi-pencil
+ mdi-pencil
@@ -93,7 +92,7 @@ limitations under the License.
- mdi-magnify
+ mdi-magnify
@@ -112,7 +111,7 @@ limitations under the License.
- mdi-magnify
+ mdi-magnify
@@ -130,7 +129,7 @@ limitations under the License.
- mdi-magnify
+ mdi-magnify
diff --git a/timesketch/frontend-ng/src/views/Explore.vue b/timesketch/frontend-ng/src/views/Explore.vue
index 63e88808cf..e37936a4ff 100644
--- a/timesketch/frontend-ng/src/views/Explore.vue
+++ b/timesketch/frontend-ng/src/views/Explore.vue
@@ -23,7 +23,7 @@ limitations under the License.
Right Side Panel
- mdi-close
+ mdi-close
@@ -65,12 +65,7 @@ limitations under the License.
v-on="on"
>
-
-
- mdi-magnify
-
- Search
-
+ mdi-magnify
@@ -111,7 +106,7 @@ limitations under the License.
- mdi-close
+ mdi-close
diff --git a/timesketch/frontend-ng/src/views/Home.vue b/timesketch/frontend-ng/src/views/Home.vue
index 78eb35ef3d..dc571443bb 100644
--- a/timesketch/frontend-ng/src/views/Home.vue
+++ b/timesketch/frontend-ng/src/views/Home.vue
@@ -33,7 +33,7 @@ limitations under the License.
- mdi-dots-vertical
+ mdi-dots-vertical
diff --git a/timesketch/frontend-ng/src/views/Sketch.vue b/timesketch/frontend-ng/src/views/Sketch.vue
index 0784e67283..880fb0dfa3 100644
--- a/timesketch/frontend-ng/src/views/Sketch.vue
+++ b/timesketch/frontend-ng/src/views/Sketch.vue
@@ -65,7 +65,7 @@ limitations under the License.
]"
>
- mdi-menu
+ mdi-menu
@@ -92,7 +92,7 @@ limitations under the License.
{{ sketch.name }}
- mdi-pencil
+ mdi-pencil
@@ -117,7 +117,7 @@ limitations under the License.
- mdi-dots-vertical
+ mdi-dots-vertical
diff --git a/timesketch/frontend-ng/src/views/ThreatIntel.vue b/timesketch/frontend-ng/src/views/ThreatIntel.vue
index 3ccd8e457f..1194045db2 100644
--- a/timesketch/frontend-ng/src/views/ThreatIntel.vue
+++ b/timesketch/frontend-ng/src/views/ThreatIntel.vue
@@ -47,12 +47,12 @@ limitations under the License.
>
- mdi-magnify
+ mdi-magnify
- mdi-open-in-new
+ mdi-open-in-new
- mdi-pencil
+ mdi-pencil
- mdi-trash-can-outline
+ mdi-trash-can-outline
|