mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 01:25:21 +00:00
update version and reports with new format
This commit is contained in:
parent
7084d3f3b6
commit
784dd7363c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "MISP_Search",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"author": "CERT-BDF",
|
||||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers",
|
||||
"license": "AGPL-V3",
|
||||
|
@ -3,11 +3,11 @@
|
||||
<strong>Detailed Information</strong>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div ng-if="content.length === 0">
|
||||
<div ng-if="content.events.length === 0">
|
||||
No records found
|
||||
</div>
|
||||
<div ng-if="content.length > 0">
|
||||
<div ng-repeat="event in content" class="mb-s">
|
||||
<div ng-if="content.events.length > 0">
|
||||
<div ng-repeat="event in content.events" class="mb-s">
|
||||
<h4 class="text-primary">{{event.info || 'Event #'+event.id}}</h4>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Event ID</dt>
|
Loading…
Reference in New Issue
Block a user