We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c58f4f + 151b8be commit a18bba0Copy full SHA for a18bba0
src/Resources/views/Collector/mercure.html.twig
@@ -54,6 +54,7 @@
54
<th>Memory</th>
55
<th>Topics</th>
56
<th>Data</th>
57
+ <th>Private</th>
58
<th>ID</th>
59
<th>Type</th>
60
<th>Retry</th>
@@ -66,6 +67,7 @@
66
67
<td class="nowrap">{{ '%.2f'|format(message.memory / 1024 / 1024) }} MB</td>
68
<td class="font-normal text-small text-bold nowrap">{{ message.object.topics|join(',') }}</td>
69
<td>{{ dump(message.object.data) }}</td>
70
+ <td>{{ dump(message.object.private) }}</td>
71
<td class="nowrap">{{ message.object.id }}</td>
72
<td class="nowrap">{{ message.object.type }}</td>
73
<td class="nowrap">{{ message.object.retry }}</td>
0 commit comments