summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/views/Health/EventLogs/EventLogs.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index 9bac163c..a01f3237 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -5,6 +5,7 @@
<b-col sm="8" xl="6" class="d-sm-flex align-items-end">
<search
:placeholder="$t('pageEventLogs.table.searchLogs')"
+ data-test-id="eventLogs-input-searchLogs"
@change-search="onChangeSearchInput"
@clear-search="onClearSearchInput"
/>