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