Cortex-Analyzers/thehive-templates/Yara_0_1/short.html

4 lines
314 B
HTML

<span class="label label-success" ng-if="content.matches == 0 || !content">Yara={{content.matches}} match</span>
<span class="label label-danger" ng-if="content.matches == 1">Yara={{content.matches}} match</span>
<span class="label label-danger" ng-if="content.matches > 1">Yara={{content.matches}} matches</span>