Truncate WAF URI column with hover tooltip

This commit is contained in:
root
2026-01-31 00:00:15 +02:00
parent e3389791b5
commit 2d99fa19d8

View File

@@ -578,7 +578,7 @@ class Waf extends Page implements HasForms, HasTable
} }
return $uri !== '' ? $uri : $host; return $uri !== '' ? $uri : $host;
}) })
->wrap() ->extraAttributes(['class' => 'truncate max-w-[260px]'])
->searchable(), ->searchable(),
TextColumn::make('remote_ip') TextColumn::make('remote_ip')
->label(__('Source IP')) ->label(__('Source IP'))