mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
7f33dacc74
Implement #466
8 lines
253 B
HTML
8 lines
253 B
HTML
<span
|
|
class="label"
|
|
ng-repeat="t in content.taxonomies"
|
|
ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]"
|
|
>
|
|
{{ t.namespace }}:{{ t.predicate }}="{{ t.value }}"
|
|
</span>
|