Skip to content

Commit f343538

Browse files
committed
Merge branch 'DataCollectorTemplate' into v1.0
2 parents 26da6ef + ba29b71 commit f343538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Bundle/JoseFramework/Resources/views/data_collector/template.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
</div>
2020
<div class="sf-toolbar-info-piece">
2121
<b>Signature Algorithms</b>
22-
<span class="sf-toolbar-status">{{ collector.getData().algorithm.algorithms['Signature']|length }}</span>
22+
<span class="sf-toolbar-status">{{ collector.getData().algorithm.types.signature }}</span>
2323
</div>
2424
<div class="sf-toolbar-info-piece">
2525
<b>Key Encryption Algorithms</b>
26-
<span class="sf-toolbar-status">{{ collector.getData().algorithm.algorithms['Key Encryption']|length }}</span>
26+
<span class="sf-toolbar-status">{{ collector.getData().algorithm.types.key_encryption }}</span>
2727
</div>
2828
<div class="sf-toolbar-info-piece">
2929
<b>Content Encryption Algorithms</b>
30-
<span class="sf-toolbar-status">{{ collector.getData().algorithm.algorithms['Content Encryption']|length }}</span>
30+
<span class="sf-toolbar-status">{{ collector.getData().algorithm.types.content_encryption }}</span>
3131
</div>
3232
{% endset %}
3333

0 commit comments

Comments
 (0)