Merge branch 'EmlParserFix' of https://github.com/mgabriel-silva/Cortex-Analyzers into release/2.1.0

This commit is contained in:
Jérôme Leonard 2019-06-02 09:26:50 +02:00
commit 5d37f14f9a
No known key found for this signature in database
GPG Key ID: 3FED68E684770DDB

View File

@ -5,10 +5,9 @@
<div class="panel-body">
{{content.errorMessage}}
</div>
</div>
</div>
<div class="panel panel-info" ng-if="success">
<div class="panel panel-info" ng-if="success">
<div class="panel-heading">
Email message details
</div>
@ -45,8 +44,8 @@
<table class="table table-striped table-bordered">
<thead>
<tr>
<th class="col-md-2" >Filename</th>
<th >File information</th>
<th class="col-md-2">Filename</th>
<th>File information</th>
</tr>
</thead>
@ -73,16 +72,7 @@
<dl class="dl-horizontal">
<dt>Headers</dt>
<dd>
<table class="table table-striped table-bordered">
<tr>
<th class="col-md-2">Header</th>
<th>Content</th>
</tr>
<tr ng-repeat="(k, v) in content.headers">
<td>{{k}}</td>
<td>{{v}}</td>
</tr>
</table>
<pre>{{content.headers}}</pre>
</dd>
</dl>
<dl class="dl-horizontal">
@ -92,5 +82,4 @@
</dd>
</dl>
</div>
</div>
</div>