From 7b10eada155f19af86f363044c85297d469906cf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 10 Apr 2020 21:50:44 +0000 Subject: [PATCH] --- ayanova/src/views/ay-history.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index a5af2da0..1c8777a7 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -6,18 +6,17 @@ - - {{ i.name }} + + {{ i.name }} - {{ getEventName(i.event) }} + {{ i.date }} {{ getEventName(i.event) }} {{ i.textra }} @@ -259,6 +258,8 @@ function populateSelectionLists(vm) { }; } +//todo: need an object with all translated object type names and icons, maybe centralized as could be useful in other aspects? + ////////////////////////////////////////////////////////// // // Ensures UI translated text is available