Skip to content

Commit

Permalink
Merge pull request #715 from Security-Onion-Solutions/cogburn/alert-d…
Browse files Browse the repository at this point in the history
…etail-rows-missing

Replace Virtual Table
  • Loading branch information
coreyogburn authored Jan 13, 2025
2 parents eee9f76 + 77a532b commit 63a92c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ <h4 v-if="loaded" :data-aid="'event_total_' + category">{{ i18n.eventTotal }} {{
<template #expanded-row="{ columns, item }">
<tr>
<td :colspan="columns.length" class="px-0" :data-aid="'events_fields_' + category">
<v-data-table-virtual density="compact" hide-default-header hide-default-footer :headers="expandedHeaders" :items="getExpandedData(item)">
<v-data-table density="compact" hide-default-header hide-default-footer :headers="expandedHeaders" :items="getExpandedData(item)" items-per-page="-1">
<template #item="{ item: kvp }">
<tr :data-aid="'events_field_' + category + '_' + kvp.key" class="pt-3">
<td class="expansion">
Expand All @@ -818,7 +818,7 @@ <h4 v-if="loaded" :data-aid="'event_total_' + category">{{ i18n.eventTotal }} {{
</td>
</tr>
</template>
</v-data-table-virtual>
</v-data-table>
</td>
</tr>
</template>
Expand Down

0 comments on commit 63a92c5

Please sign in to comment.