Improve looks

This commit is contained in:
2023-02-14 22:56:28 -03:00
parent 3718c1e0aa
commit 44f94d4101

View File

@ -9,7 +9,7 @@
<div class="title">
<i class="dropdown icon"></i>
<span class="{{strtolower($line->getSeverity())}}" style="padding-left: 1ex;padding-right: 1ex;">
{{$line->getDate()->format('Y-m-d H:i:s.u')}} - {{$line->getSeverity()}}
[{{$line->getDate()->format('Y-m-d H:i:s.u')}}] {{$line->getSeverity()}}
</span>
</div>
<div class="content">
@ -26,7 +26,10 @@
<div class="description">
{{$line->getMessage()}}
</div>
@if ($line->hasStack())
</div>
@if ($line->hasStack())
<div class="content">
<div class="ui small feed">
@foreach ($line->getStack() as $stack)
<div class="event">
@ -36,8 +39,8 @@
</div>
@endforeach
</div>
@endif
</div>
</div>
@endif
@if ($line->hasContext())
<div class="extra content">
{{$line->getContext()}}