mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-07 15:42:39 +00:00
chg: [correlation] add direct correlation stats
This commit is contained in:
parent
c008366f02
commit
ee951ca948
3 changed files with 21 additions and 1 deletions
|
@ -262,6 +262,21 @@
|
|||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item list-group-item-secondary"><i class="fas fa-project-diagram"></i> Direct Correlations</li>
|
||||
<li class="list-group-item text-left">
|
||||
{% for obj_type in dict_object['nb_correl'] %}
|
||||
<div class="row">
|
||||
<div class="col-8">
|
||||
{{ obj_type }}
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<span class="badge badge-primary">{{ dict_object['nb_correl'][obj_type] }}</span>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue