diff --git a/src/views/log.blade.php b/src/views/log.blade.php index aad56db..f577a62 100644 --- a/src/views/log.blade.php +++ b/src/views/log.blade.php @@ -240,6 +240,10 @@ class="float-right expand btn btn-outline-dark btn-sm mb-2 ml-2" data-display="stack{{{$key}}}"> + + @endif {{{$log['text']}}} @if (isset($log['in_file'])) @@ -250,6 +254,30 @@ class="float-right expand btn btn-outline-dark btn-sm mb-2 ml-2" style="display: none; white-space: pre-wrap;">{{{ trim($log['stack']) }}} @endif + + + @endforeach