summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-07-01 06:54:10 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-02 16:12:04 +0300
commit193c22a8c001e3274e0767b36df9a18a30e71da7 (patch)
tree65c88c08789e67e6c30f24531716fadf9156a68d /src/locales
parentde87f67879d02ccf09cea983cdc927f7c9dda2cf (diff)
downloadwebui-vue-193c22a8c001e3274e0767b36df9a18a30e71da7.tar.xz
Add search input to event logs page
Adds ability to filter event log table items by text input. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ie19bd4b3942ae2bec9288c351d4a674b424ae879
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index fd978372..8b802331 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -119,6 +119,7 @@
"description": "Description",
"emptyMessage": "There are no logs to show",
"id": "ID",
+ "searchLogs": "Search logs",
"severity": "Severity",
"type": "Type"
},