diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index a9b0d67a..5702924c 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -141,13 +141,13 @@
{{ $t('detections.malwareTechniques') }}
-
{{ $t('detections.malwareGroups') }}
- @@ -324,6 +324,8 @@ export default { getMillisecond, query () { Promise.all([this.queryBasic(), this.queryEvent()]).then((responses) => { + responses[0].malwareTechniques = responses[0].malwareTechniques.split(',', 5).join(', ') + ']' + responses[0].malwareGroups = responses[0].malwareGroups.split(',', 5).join(', ') + ']' responses[0] && (this.basicInfo = responses[0]) responses[1] && (this.events = responses[1].sort(