From f9832b0edc48b349f6de2df419815ef38a6ae469 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 12 May 2020 12:04:46 -0700 Subject: Add pagination to Event Log table Created BvPaginationMixin for shared pagination values and methods. Chose to use exising BoostrapVue components as-is instead of wrapping in a custom component since it would add unnecessary complexity. Signed-off-by: Yoshie Muranaka Change-Id: I246d761d90db36efeb442b0ee1074b629d32edef --- src/locales/en-US.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index b48fdf04..a09047e9 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -43,6 +43,10 @@ "success": "Success", "warning": "Warning", "informational": "Informational" + }, + "table": { + "itemsPerPage": "Items per page", + "viewAll": "View all" } }, "appHeader": { -- cgit v1.2.3