minor
This commit is contained in:
parent
5b5182c0bc
commit
d942855516
@ -117,8 +117,8 @@ public function getColumns(): array
|
||||
$columns[] = Column::make('priority_icon')
|
||||
->searchable(false)
|
||||
->orderable(false)
|
||||
->addClass('text-center')
|
||||
->width('20px')
|
||||
->addClass('text-center p-0 ps-1')
|
||||
->width('18px')
|
||||
->title('');
|
||||
break;
|
||||
case WorklistColumn::ReportStatus:
|
||||
@ -128,8 +128,8 @@ public function getColumns(): array
|
||||
$columns[] = Column::make('report_status_led')
|
||||
->searchable(false)
|
||||
->orderable(false)
|
||||
->addClass('text-center')
|
||||
->width('20px')
|
||||
->addClass('text-center p-0 ps-2')
|
||||
->width('18px')
|
||||
->title('');
|
||||
break;
|
||||
case WorklistColumn::History:
|
||||
@ -175,7 +175,7 @@ public function getColumns(): array
|
||||
->exportable(false)
|
||||
->printable(false)
|
||||
->width(60)
|
||||
->addClass('text-center')
|
||||
->addClass('text-center p-0 ps-2')
|
||||
->title('');
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user