update version and reports with new format

This commit is contained in:
Jerome Leonard 2017-05-23 16:11:03 +02:00
parent 7084d3f3b6
commit 784dd7363c
3 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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>