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 d46c48f + 5bc2ee5 commit 4d9cdd1Copy full SHA for 4d9cdd1
src/Resources/views/Collector/mercure.html.twig
@@ -54,7 +54,6 @@
54
<th>Memory</th>
55
<th>Topics</th>
56
<th>Data</th>
57
- <th>Targets</th>
58
<th>ID</th>
59
<th>Type</th>
60
<th>Retry</th>
@@ -67,7 +66,6 @@
67
66
<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 class="font-normal text-small text-bold nowrap">{{ message.object.targets|join(',') }}</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