Show packet contents for nodes
This commit is contained in:
@@ -435,7 +435,7 @@
|
||||
<tbody>
|
||||
@foreach ($x->groupBy('sent_pkt') as $oo)
|
||||
<tr>
|
||||
<td>{{ $oo->first()->sent_pkt }}</td>
|
||||
<td class="packet">{{ $oo->first()->sent_pkt }}</td>
|
||||
<td>{{ $oo->count() }}</td>
|
||||
<td>{{ $oo->first()->sent_at }}</td>
|
||||
</tr>
|
||||
@@ -470,7 +470,7 @@
|
||||
<tbody>
|
||||
@foreach ($x->groupBy('sent_pkt') as $oo)
|
||||
<tr>
|
||||
<td>{{ $oo->first()->sent_pkt }}</td>
|
||||
<td class="packet">{{ $oo->first()->sent_pkt }}</td>
|
||||
<td>{{ $oo->count() }}</td>
|
||||
<td>{{ $oo->first()->sent_at }}</td>
|
||||
</tr>
|
||||
@@ -505,7 +505,7 @@
|
||||
<tbody>
|
||||
@foreach ($x->groupBy('recv_pkt') as $oo)
|
||||
<tr>
|
||||
<td>{{ $oo->first()->recv_pkt }}</td>
|
||||
<td class="packet">{{ $oo->first()->recv_pkt }}</td>
|
||||
<td>{{ $oo->count() }}</td>
|
||||
<td>{{ $oo->first()->created_at }}</td>
|
||||
</tr>
|
||||
@@ -540,7 +540,7 @@
|
||||
<tbody>
|
||||
@foreach ($x->groupBy('recv_pkt') as $oo)
|
||||
<tr>
|
||||
<td>{{ $oo->first()->recv_pkt }}</td>
|
||||
<td class="packet">{{ $oo->first()->recv_pkt }}</td>
|
||||
<td>{{ $oo->count() }}</td>
|
||||
<td>{{ $oo->first()->created_at }}</td>
|
||||
</tr>
|
||||
@@ -561,6 +561,7 @@
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@include('widgets.modal_packet')
|
||||
@include('widgets.modal_purge')
|
||||
@endsection
|
||||
|
||||
|
Reference in New Issue
Block a user