diff --git a/src/assets/css/components/views/detections/detection-list/row.scss b/src/assets/css/components/views/detections/detection-list/row.scss index 4c430962..9faccd6c 100644 --- a/src/assets/css/components/views/detections/detection-list/row.scss +++ b/src/assets/css/components/views/detections/detection-list/row.scss @@ -249,6 +249,10 @@ $bg-color-page: var(--el-bg-color-page); } } + .new__basic-info { + padding: 0 16px; + } + .show-detail { flex-shrink: 0; padding: 0 30px; diff --git a/src/assets/css/components/views/detections/detection-overview.scss b/src/assets/css/components/views/detections/detection-overview.scss index a485ec24..c4a565a2 100644 --- a/src/assets/css/components/views/detections/detection-overview.scss +++ b/src/assets/css/components/views/detections/detection-overview.scss @@ -142,6 +142,9 @@ $color-regular: var(--el-text-color-regular); flex-direction: column; } } + .overview__left-new { + flex: 0 0 100%; + } } .overview__row-timeline { display: flex; diff --git a/src/views/detections/DetectionRow.vue b/src/views/detections/DetectionRow.vue index ba70b0ef..449ceea7 100644 --- a/src/views/detections/DetectionRow.vue +++ b/src/views/detections/DetectionRow.vue @@ -22,7 +22,7 @@
-
+
{{$t('detections.eventType')}} :   {{detection.eventType || '-'}} diff --git a/src/views/detections/DetectionRowEvents.vue b/src/views/detections/DetectionRowEvents.vue index cc4e89ee..37edb258 100644 --- a/src/views/detections/DetectionRowEvents.vue +++ b/src/views/detections/DetectionRowEvents.vue @@ -13,8 +13,8 @@
-
-
+
+
{{item.key}} ({{ item.type }}) diff --git a/src/views/detections/options/detectionOptions.js b/src/views/detections/options/detectionOptions.js index ea7be2e5..e2354d1c 100644 --- a/src/views/detections/options/detectionOptions.js +++ b/src/views/detections/options/detectionOptions.js @@ -489,6 +489,7 @@ export const lineOption = { }, series: [ { + name: 'event', data: [], type: 'line', color: '#ff9a79', diff --git a/src/views/detections/overview/IndicatorMatchOverview.vue b/src/views/detections/overview/IndicatorMatchOverview.vue index e9e41638..865c223c 100644 --- a/src/views/detections/overview/IndicatorMatchOverview.vue +++ b/src/views/detections/overview/IndicatorMatchOverview.vue @@ -1,10 +1,10 @@