Skip to content

Commit

Permalink
Merge pull request #1314 from vpiserchia/es-template_fix
Browse files Browse the repository at this point in the history
Rename thehive template for ES
  • Loading branch information
nusantara-self authored Feb 6, 2025
2 parents a72528e + 8273929 commit 6a3ffcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"required": false
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ <h3>{{content.info.hitcount}} Hit(s)</h3>
<div class="panel-body">
{{content.errorMessage}}
</div>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<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>
</span>

0 comments on commit 6a3ffcf

Please sign in to comment.