summaryrefslogtreecommitdiff
path: root/src/views/Health/EventLogs/EventLogs.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Health/EventLogs/EventLogs.vue')
-rw-r--r--src/views/Health/EventLogs/EventLogs.vue12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index b4a47120..0c079baa 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -5,8 +5,8 @@
<b-col sm="7" xl="4" class="d-flex flex-column justify-content-end">
<search
:placeholder="$t('pageEventLogs.table.searchLogs')"
- @changeSearch="onChangeSearchInput"
- @clearSearch="onClearSearchInput"
+ @change-search="onChangeSearchInput"
+ @clear-search="onClearSearchInput"
/>
</b-col>
<b-col sm="3" class="d-flex flex-column justify-content-end">
@@ -21,7 +21,7 @@
</b-row>
<b-row>
<b-col class="text-right">
- <table-filter :filters="tableFilters" @filterChange="onFilterChange" />
+ <table-filter :filters="tableFilters" @filter-change="onFilterChange" />
</b-col>
</b-row>
<b-row>
@@ -30,8 +30,8 @@
ref="toolbar"
:selected-items-count="selectedRows.length"
:actions="batchActions"
- @clearSelected="clearSelectedRows($refs.table)"
- @batchAction="onBatchAction"
+ @clear-selected="clearSelectedRows($refs.table)"
+ @batch-action="onBatchAction"
>
<template #export>
<table-toolbar-export
@@ -102,7 +102,7 @@
:row-data="row.item"
:export-name="exportFileNameByDate()"
:data-test-id="`eventLogs-button-deleteRow-${row.index}`"
- @click:tableAction="onTableRowAction($event, row.item)"
+ @click-table-action="onTableRowAction($event, row.item)"
>
<template #icon>
<icon-export v-if="action.value === 'export'" />