CN-1391 fix: 调整detection列表和下拉中的展示字段
This commit is contained in:
@@ -41,21 +41,16 @@
|
||||
<span>{{$t('detections.severity')}} : </span>
|
||||
<span>{{detection.eventSeverity || '-'}}</span>
|
||||
</div>
|
||||
<!-- <div class="basic-info__item" v-if="detection.eventType">-->
|
||||
<!-- <i class="cn-icon cn-icon-event-type"></i>-->
|
||||
<!-- <span>{{$t('detections.eventType')}} : </span>-->
|
||||
<!-- <span>{{detection.eventType || '-'}}</span>-->
|
||||
<!-- </div>-->
|
||||
<div class="basic-info__item" v-if="detection.eventName">
|
||||
<div class="basic-info__item" v-if="detection.malware">
|
||||
<i class="cn-icon cn-icon-trojan"></i>
|
||||
<span>{{$t('detection.list.malwareName')}} : </span>
|
||||
<span>{{ $_.get(detection, 'malwareName', '-') || '-' }}</span>
|
||||
<span>{{ $_.get(detection, 'malware.malwareName', '-') || '-' }}</span>
|
||||
</div>
|
||||
<div class="basic-info__item" v-if="detection.darkweb">
|
||||
<i class="cn-icon cn-icon-trojan"></i>
|
||||
<span>{{$t('detection.nodeType')}} : </span>
|
||||
<span>{{ $_.get(detection, 'darkweb.nodeType', '-') || '-' }}</span>
|
||||
</div>
|
||||
<!-- <div class="basic-info__item" v-if="detection.cryptominingPool">-->
|
||||
<!-- <i class="cn-icon cn-icon-mining-pool"></i>-->
|
||||
<!-- <span>{{$t('detection.list.cryptominingPool')}} : </span>-->
|
||||
<!-- <span>{{detection.cryptominingPool || '-'}}</span>-->
|
||||
<!-- </div>-->
|
||||
<div class="basic-info__item">
|
||||
<i class="cn-icon cn-icon-time2"></i>
|
||||
<span>{{$t('detection.list.startTime')}} : </span>
|
||||
|
||||
Reference in New Issue
Block a user