Limit graphic stats to 6 months by default, some performance query improvements
This commit is contained in:
@@ -117,7 +117,7 @@ If you have more than 1 BBS, then the Clearing House can receive all your mail f
|
||||
}
|
||||
},
|
||||
series: [
|
||||
@foreach (\App\Models\Domain::active()->public()->get() as $o)
|
||||
@foreach (\App\Models\Domain::active()->public()->with(['echoareas'])->get() as $o)
|
||||
{
|
||||
name: '{{ $o->name }}',
|
||||
data: {!! $o->daily_area_stats() !!},
|
||||
|
@@ -1,4 +1,7 @@
|
||||
@extends('layouts.app')
|
||||
@section('htmlheader_title')
|
||||
Message View
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<h3>Echomail</h3>
|
||||
|
Reference in New Issue
Block a user