Skip to content

Commit

Permalink
update version and reports with new format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed May 23, 2017
1 parent 7084d3f commit 784dd73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion analyzers/MISP/MISP_Search.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 784dd73

Please sign in to comment.