зеркало из https://github.com/mozilla/MozDef.git
Modify attackerdetails to remove events table
This commit is contained in:
Родитель
af076542e2
Коммит
1db5913923
|
@ -6,6 +6,7 @@ Copyright (c) 2014 Mozilla Corporation
|
|||
|
||||
Contributors:
|
||||
Jeff Bryner jbryner@mozilla.com
|
||||
Brandon Myers bmyers@mozilla.com
|
||||
-->
|
||||
|
||||
<template name="attackerdetails">
|
||||
|
@ -57,18 +58,6 @@ Jeff Bryner jbryner@mozilla.com
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="row center">
|
||||
<caption><h5>Events</h5></caption>
|
||||
<table class="table table-reactive table-hover table-condensed" id="attacker-events-table">
|
||||
<tbody class="table-striped">
|
||||
{{#each this.events}}
|
||||
{{>attacker_event}}
|
||||
{{/each}}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
@ -76,9 +65,11 @@ Jeff Bryner jbryner@mozilla.com
|
|||
|
||||
<!--each individual alert -->
|
||||
<template name="attacker_alert">
|
||||
|
||||
|
||||
<tr>
|
||||
<td><a href="{{getAlertURL _id}}" target="_blank">MozDef</a></td>
|
||||
<td>
|
||||
<a href="{{getAlertURL _id}}" target="_blank">MozDef</a>
|
||||
</td>
|
||||
<td>{{utctimestamp}}</td>
|
||||
<td>{{severity}}</td>
|
||||
<td>{{category}}</td>
|
||||
|
@ -87,17 +78,3 @@ Jeff Bryner jbryner@mozilla.com
|
|||
|
||||
</template>
|
||||
|
||||
<!--each individual event -->
|
||||
<template name="attacker_event">
|
||||
|
||||
<tr>
|
||||
<td>{{documentindex}}</td>
|
||||
<td>{{documentid}}</td>
|
||||
<td>{{documenttype}}</td>
|
||||
<td>{{documentsource.summary}}</td>
|
||||
<td>{{>eventdetails}}</td>
|
||||
</tr>
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче