t('Home'), 'path' => 'admin'],
['label' => t('System audit logs')],
];
require templatePath('partials/app-breadcrumb.phtml');
?>
$searchConfig,
'filterSchema' => $clientFilterSchema,
'filterChipMeta' => $filterChipMeta,
'gridLang' => $gridLang,
'labels' => [
'created' => t('Created'),
'status' => t('Status'),
'event' => t('Event'),
'channel' => t('Channel'),
'actor' => t('Actor'),
'targetType' => t('Target type'),
'requestId' => t('Request ID'),
'errorCode' => t('Error code'),
],
];
?>