mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
Merge branch 'EmlParserFix' of https://github.com/mgabriel-silva/Cortex-Analyzers into release/2.1.0
This commit is contained in:
commit
5d37f14f9a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user