File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616 // Set to false or remove key will ignore the 'preview' settings
1717 'is_preview ' => true ,
1818
19- 'debug_blacklist ' => [
19+ // enable this to hide the information on detailed error logs
20+ /*'debug_blacklist' => [
2021 '_ENV' => array_keys($_ENV),
2122 '_COOKIE' => array_keys($_COOKIE),
2223 '_SERVER' => array_keys($_SERVER),
23- ],
24+ ],*/
2425
2526 /*
2627 |--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 4444 <td >{{ $item -> roles_string } } </td >
4545 <td >{{ ($item -> logged_in_at )? $item -> logged_in_at -> diffForHumans ():' -' } } </td >
4646 <td >
47- @if (! config (' app.is_preview' ) || $item -> id > 2 )
47+ @if (! config (' app.is_preview' ) || $item -> id > 3 )
4848 <div class =" btn-toolbar" >
4949 @if ($item -> confirmed_at )
5050 <div class =" btn-group" >
Original file line number Diff line number Diff line change 1616 <td >{{ $item -> email } } </td >
1717 <td >{{ $item -> roles_string } } </td >
1818 <td >
19- @if (! config (' app.is_preview' ) || $item -> id > 2 )
19+ @if (! config (' app.is_preview' ) || $item -> id > 3 )
2020 <div class =" btn-group" >
2121 <a href =" /admin/accounts/clients/{{ $item -> id } }" class =" btn btn-default btn-xs" data-toggle =" tooltip" title =" Show {{ $item -> fullname } }" >
2222 <i class =" fa fa-eye" ></i >
Original file line number Diff line number Diff line change 4747 <th >Description</th >
4848 <th >Url</th >
4949 <th >Parent</th >
50+ <th >Page Views</th >
5051 <th style =" min-width : 100px ;" >Action</th >
5152 </tr >
5253 </thead >
5758 <td >{!! $item -> description ! !} </td >
5859 <td >{!! $item -> url ! !} </td >
5960 <td >{{ ($item -> parent )? $item -> parent -> title : ' -' } } </td >
61+ <td >{{ $item -> views } } </td >
6062 <td >
6163 <div class =" btn-toolbar" >
6264 <div class =" btn-group" >
You can’t perform that action at this time.
0 commit comments