summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-07-27 18:15:14 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-08-18 16:51:46 +0300
commit307382e809bc7d933ee593f68ef354c388ea350e (patch)
tree76a25ecee203dc225fd067b41c01323ecac2acd5 /src/locales
parentdfc4fd3fba73488ad1591cf5278ae9e1ff351b64 (diff)
downloadwebui-vue-307382e809bc7d933ee593f68ef354c388ea350e.tar.xz
Add default or empty table state
-Add appropriate empty text for the table. -Add common default empty state for all tables. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: If4beabc0b1450718095757bbb0803335ccf83ec5
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 5ad6b78b..59705602 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -59,6 +59,7 @@
"informational": "Informational"
},
"table": {
+ "emptyMessage": "No items available",
"fromDate": "From date",
"itemsPerPage": "Items per page",
"toDate": "To date",
@@ -162,7 +163,6 @@
"table": {
"date": "Date",
"description": "Description",
- "emptyMessage": "There are no logs to show",
"id": "ID",
"searchLogs": "Search logs",
"severity": "Severity",