diff --git a/app/FaveoLog/views/log.blade.php b/app/FaveoLog/views/log.blade.php index 07d613385..d7a58e8f7 100644 --- a/app/FaveoLog/views/log.blade.php +++ b/app/FaveoLog/views/log.blade.php @@ -1,10 +1,6 @@ @extends('themes.default1.admin.layout.admin') @section('Log') -active -@stop - -@section('logs') -class="active" +class="nav-link active" @stop @section('HeadInclude') @@ -25,6 +21,7 @@ class="active" .stack { font-size: 0.85em; + font-style: italic; } .date { min-width: 75px; @@ -37,14 +34,20 @@ class="active" background-color: #f5f5f5; border-color: #777; } + .list-group-item+.list-group-item { + border-top-width: 1px !important; + }
-
-
-

System Logs

- +
+
+

System Logs

+
-
+
@@ -74,7 +77,7 @@ class="active" @foreach($logs as $key => $log) -  {{ucfirst($log['level'])}} +  {{ucfirst($log['level'])}} {{ucfirst($log['context'])}} {{{$log['date']}}} @@ -89,11 +92,6 @@ class="active" @endif -
@@ -103,9 +101,6 @@ class="active" @stop @section('FooterInclude') - - - @@ -164,18 +175,17 @@ class SettingsController extends Controller
'.csrf_field().' -