From 6fb7d165ae33c83c241226a1bc572be5bcb9a662 Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 18 Dec 2023 09:29:23 +1100 Subject: [PATCH] text-right should be text-end --- resources/views/echoarea/addedit.blade.php | 4 ++-- resources/views/status.blade.php | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/echoarea/addedit.blade.php b/resources/views/echoarea/addedit.blade.php index c8fdbb5..5f37ebc 100644 --- a/resources/views/echoarea/addedit.blade.php +++ b/resources/views/echoarea/addedit.blade.php @@ -171,7 +171,7 @@ Address Last Session Oldest Message - Messages Waiting + Messages Waiting @@ -182,7 +182,7 @@ {{ $ao->ftn_3d }} {{ $ao->system->last_session ? $ao->system->last_session->format('Y-m-d H:i') : '-' }} {{ ($x=$o->waiting($ao))->count() ? $x->first()->datetime->format('Y-m-d H:i') : '-' }} - {{ number_format($x->count()) }} + {{ number_format($x->count()) }} @endforeach diff --git a/resources/views/status.blade.php b/resources/views/status.blade.php index c790d78..73c3da9 100644 --- a/resources/views/status.blade.php +++ b/resources/views/status.blade.php @@ -164,9 +164,9 @@ Network System Address - Echomails - Netmails - Files + Echomails + Netmails + Files Last Session Poll Mode Auto Hold @@ -184,9 +184,9 @@ @endif {{ $o->ftn4d }} - {{ number_format($o->uncollected_echomail ?? 0) }} - {{ number_format($o->uncollected_netmail ?? 0) }} - {{ number_format($o->uncollected_files ?? 0) }} + {{ number_format($o->uncollected_echomail ?? 0) }} + {{ number_format($o->uncollected_netmail ?? 0) }} + {{ number_format($o->uncollected_files ?? 0) }} {{ $o->system->last_session?->format('Y-m-d H:i') }} {{ is_null($o->system->pollmode) ? 'HOLD' : ($o->system->pollmode ? 'CRASH' : 'DAILY') }} {{ $o->system->autohold ? 'YES' : 'NO' }}