From 68bbba296c6f99b81d2882e1fef6f37cf4a6bb51 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Mon, 18 May 2020 09:49:37 -0700 Subject: Add date filter on Event logs page Created global TableDateFilter component that uses the BootstrapVue Datepicker with a native text input. This will allow users to manually enter a date in ISO format or use the Bootstrap calendar dropdown. Storing language preference from Login to use locale prop on BootstrapVue Datepicker component. Signed-off-by: Yoshie Muranaka Change-Id: I66de9fb04451572c9a90f90d8522934b6204aed2 --- src/locales/en-US.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 9fc64d0b..8a722e39 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -22,7 +22,13 @@ "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.", "tooltip": "Tooltip" }, + "calendar": { + "openDatePicker": "Open date picker", + "useCursorKeysToNavigateCalendarDates" : "Use cursor keys to navigate calendar dates" + }, "form": { + "dateMustBeAfter": "Date must be after %{date}", + "dateMustBeBefore": "Date must be before %{date}", "fieldRequired": "Field required", "invalidFormat": "Invalid format", "invalidValue": "Invalid value", @@ -46,7 +52,9 @@ "informational": "Informational" }, "table": { + "fromDate": "From date", "itemsPerPage": "Items per page", + "toDate": "To date", "viewAll": "View all" } }, -- cgit v1.2.3