More complete rework of packet parsing and packet generation with 29710c
This commit is contained in:
@@ -97,6 +97,17 @@ use App\Models\{Echomail,Netmail};
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if($msg instanceof Netmail)
|
||||
<div class="col-8">
|
||||
SENT:
|
||||
@if($msg->sent_pkt && $msg->sent_at)
|
||||
<strong class="highlight">{{ $msg->sent_at }}</strong> (<strong class="highlight">{{ $msg->sent_pkt }}.pkt</strong>)
|
||||
@else
|
||||
<strong class="highlight">NOT SENT</strong>
|
||||
@endif
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@section('page-scripts')
|
||||
<script type="text/javascript" src="{{ asset('ansilove/ansilove.js') }}"></script>
|
||||
|
||||
@@ -114,5 +125,4 @@ use App\Models\{Echomail,Netmail};
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
||||
@append
|
Reference in New Issue
Block a user