From 6d97496ce3e11220e30d1344c3472affba386e5b Mon Sep 17 00:00:00 2001 From: vachirawit laolod Date: Wed, 3 Feb 2021 14:15:44 +0700 Subject: [PATCH] modal show detail - show stack error - google this - stackoverflow this --- src/views/log.blade.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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