Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Dec 6, 2024
1 parent 018c743 commit 05b08a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function table(Table $table): Table
$serviceName = strtolower($record->service);
$emailService = new EmailService();
$logContents = $emailService->getLog($serviceName);
return view('email::filament.pages.view-log',[
return view('email::filament.pages.view-log-modal',[
'logContents' => $logContents
]);
})
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<pre style="max-width: 100%; max-height: 100vh; overflow: auto;">
{{ $logContents }}
</pre>

This file was deleted.

0 comments on commit 05b08a6

Please sign in to comment.