File tree Expand file tree Collapse file tree 2 files changed +20
-14
lines changed
src/resources/views/logger Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 7171 <div style =" display : flex ; justify-content : space-between ; align-items : center ;" >
7272 <span >
7373 {!! trans (' LaravelLogger::laravel-logger.dashboardCleared.title' ) ! !}
74- <sup class =" label" >
75- {{ $totalActivities } } {!! trans (' LaravelLogger::laravel-logger.dashboardCleared.subtitle' ) ! !}
76- </sup >
74+ @if (! config (' LaravelLogger.loggerCursorPaginationEnabled' ) )
75+ <sup class =" label" >
76+ {{ $totalActivities } } {!! trans (' LaravelLogger::laravel-logger.dashboardCleared.subtitle' ) ! !}
77+ </sup >
78+ @endif
7779 </span >
7880 <div class =" btn-group pull-right btn-group-xs" >
7981 <button type =" button" class =" btn btn-default dropdown-toggle" data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" >
Original file line number Diff line number Diff line change 8181
8282 <span >
8383 {!! trans (' LaravelLogger::laravel-logger.dashboard.title' ) ! !}
84- <small >
85- <sup class =" label label-default" >
86- {{ $totalActivities } } {!! trans (' LaravelLogger::laravel-logger.dashboard.subtitle' ) ! !}
87- </sup >
88- </small >
84+ @if (! config (' LaravelLogger.loggerCursorPaginationEnabled' ) )
85+ <small >
86+ <sup class =" label label-default" >
87+ {{ $totalActivities } } {!! trans (' LaravelLogger::laravel-logger.dashboard.subtitle' ) ! !}
88+ </sup >
89+ </small >
90+ @endif
8991 </span >
9092
9193 <div class =" btn-group pull-right btn-group-xs" >
120122
121123 @else
122124 {!! trans (' LaravelLogger::laravel-logger.dashboard.title' ) ! !}
123- <span class =" pull-right label label-default" >
124- {{ $totalActivities } }
125- <span class =" hidden-sms" >
126- {!! trans (' LaravelLogger::laravel-logger.dashboard.subtitle' ) ! !}
127- </span >
128- </span >
125+ @if (! config (' LaravelLogger.loggerCursorPaginationEnabled' ) )
126+ <span class =" pull-right label label-default" >
127+ {{ $totalActivities } }
128+ <span class =" hidden-sms" >
129+ {!! trans (' LaravelLogger::laravel-logger.dashboard.subtitle' ) ! !}
130+ </span >
131+ </span >
132+ @endif
129133 @endif
130134
131135 </div >
You can’t perform that action at this time.
0 commit comments