forked from mirror/Part-DB.Part-DB-server
Fixed code style.
This commit is contained in:
parent
b6e88db35f
commit
3671c94844
19 changed files with 55 additions and 60 deletions
|
@ -212,7 +212,7 @@ class LogDataTable implements DataTableTypeInterface
|
|||
|
||||
$dataTable->add('target', LogEntryTargetColumn::class, [
|
||||
'label' => $this->translator->trans('log.target'),
|
||||
'show_associated' => $options['mode'] !== 'element_history',
|
||||
'show_associated' => 'element_history' !== $options['mode'],
|
||||
]);
|
||||
|
||||
$dataTable->add('extra', LogEntryExtraColumn::class, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue