t('Home'), 'path' => 'admin'],
['label' => t('API audit logs')],
];
require templatePath('partials/app-breadcrumb.phtml');
?>
$searchConfig,
'filterSchema' => $clientFilterSchema,
'filterChipMeta' => $filterChipMeta,
'gridLang' => $gridLang,
'labels' => [
'created' => t('Created'),
'statusCode' => t('Status code'),
'method' => t('Method'),
'path' => t('Path'),
'durationMs' => t('Duration (ms)'),
'user' => t('User'),
'tenant' => t('Tenant'),
'errorCode' => t('Error code'),
'ip' => t('IP'),
],
];
?>