Improve looks
This commit is contained in:
@ -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()}}
|
||||
|
Reference in New Issue
Block a user