Skip to content

Commit

Permalink
Cron: Use UI/Table/Data
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay committed Jan 13, 2025
1 parent 1a0a9a5 commit bd66334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public function getColumns(): array
'result' => $this->ui_factory
->table()
->column()
->text($this->lng->txt('cron_result'))
->status($this->lng->txt('cron_result'))
->withIsSortable(true),
'result_info' => $this->ui_factory
->table()
Expand Down

0 comments on commit bd66334

Please sign in to comment.