enterprise/audit: fix audit logging with m2m relations (#9571)

This commit is contained in:
Jens L
2024-05-05 02:33:38 +02:00
committed by GitHub
parent 8790f7059a
commit a60442fc2c
5 changed files with 278 additions and 16 deletions

View File

@ -97,7 +97,7 @@ export class EventListPage extends TablePage<Event> {
}
renderExpanded(item: Event): TemplateResult {
return html` <td role="cell" colspan="3">
return html` <td role="cell" colspan="5">
<div class="pf-c-table__expandable-row-content">
<ak-event-info .event=${item as EventWithContext}></ak-event-info>
</div>