mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-08 01:48:53 +00:00
4 lines
314 B
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>
|