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