Skip to content

Commit 4d9cdd1

Browse files
authored
Merge pull request #28 from safaksaylam/patch-1
Update mercure.html.twig
2 parents d46c48f + 5bc2ee5 commit 4d9cdd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Resources/views/Collector/mercure.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<th>Memory</th>
5555
<th>Topics</th>
5656
<th>Data</th>
57-
<th>Targets</th>
5857
<th>ID</th>
5958
<th>Type</th>
6059
<th>Retry</th>
@@ -67,7 +66,6 @@
6766
<td class="nowrap">{{ '%.2f'|format(message.memory / 1024 / 1024) }} MB</td>
6867
<td class="font-normal text-small text-bold nowrap">{{ message.object.topics|join(',') }}</td>
6968
<td>{{ dump(message.object.data) }}</td>
70-
<td class="font-normal text-small text-bold nowrap">{{ message.object.targets|join(',') }}</td>
7169
<td class="nowrap">{{ message.object.id }}</td>
7270
<td class="nowrap">{{ message.object.type }}</td>
7371
<td class="nowrap">{{ message.object.retry }}</td>

0 commit comments

Comments
 (0)