Force truncate styling for WAF URI column
This commit is contained in:
@@ -578,7 +578,8 @@ class Waf extends Page implements HasForms, HasTable
|
|||||||
}
|
}
|
||||||
return $uri !== '' ? $uri : $host;
|
return $uri !== '' ? $uri : $host;
|
||||||
})
|
})
|
||||||
->extraAttributes(['class' => 'truncate max-w-[260px]'])
|
->extraAttributes(['class' => 'max-w-[240px] truncate'])
|
||||||
|
->wrap(false)
|
||||||
->searchable(),
|
->searchable(),
|
||||||
TextColumn::make('remote_ip')
|
TextColumn::make('remote_ip')
|
||||||
->label(__('Source IP'))
|
->label(__('Source IP'))
|
||||||
|
|||||||
Reference in New Issue
Block a user