mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
Ref #269: changes in long template for greynoise
This commit is contained in:
parent
6093ce5c29
commit
6f756ee941
@ -10,7 +10,6 @@
|
|||||||
<th>Last update</th>
|
<th>Last update</th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Tags</th>
|
<th>Tags</th>
|
||||||
<th>Metadata</th>
|
|
||||||
</thead>
|
</thead>
|
||||||
<tbody ng-repeat="record in content.records | orderBy:'-last_updated'">
|
<tbody ng-repeat="record in content.records | orderBy:'-last_updated'">
|
||||||
<tr>
|
<tr>
|
||||||
@ -19,11 +18,15 @@
|
|||||||
<td>{{record.last_updated}}</td>
|
<td>{{record.last_updated}}</td>
|
||||||
<td>{{record.name}}</td>
|
<td>{{record.name}}</td>
|
||||||
<td><span class="label label-warning" ng-if="content.metadata.tor">Tor-Node</span></td>
|
<td><span class="label label-warning" ng-if="content.metadata.tor">Tor-Node</span></td>
|
||||||
<td><pre>{{record.metadata}}</pre></td>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="5">
|
||||||
|
Metadata: <pre>{{record.metadata | json}}</pre>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p ng-ig="!content.records">No records found for {{artifact.data}}.</p>
|
<p ng-if="!content.records">No records found for {{artifact.data}}.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user