Improve looks
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
<div class="title">
|
<div class="title">
|
||||||
<i class="dropdown icon"></i>
|
<i class="dropdown icon"></i>
|
||||||
<span class="{{strtolower($line->getSeverity())}}" style="padding-left: 1ex;padding-right: 1ex;">
|
<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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@ -26,7 +26,10 @@
|
|||||||
<div class="description">
|
<div class="description">
|
||||||
{{$line->getMessage()}}
|
{{$line->getMessage()}}
|
||||||
</div>
|
</div>
|
||||||
@if ($line->hasStack())
|
</div>
|
||||||
|
@if ($line->hasStack())
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
<div class="ui small feed">
|
<div class="ui small feed">
|
||||||
@foreach ($line->getStack() as $stack)
|
@foreach ($line->getStack() as $stack)
|
||||||
<div class="event">
|
<div class="event">
|
||||||
@ -36,8 +39,8 @@
|
|||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
@endif
|
</div>
|
||||||
</div>
|
@endif
|
||||||
@if ($line->hasContext())
|
@if ($line->hasContext())
|
||||||
<div class="extra content">
|
<div class="extra content">
|
||||||
{{$line->getContext()}}
|
{{$line->getContext()}}
|
||||||
|
Reference in New Issue
Block a user