From 70302d02613126c4280771a137874f8997d9b223 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 10 Apr 2020 14:51:28 +0000 Subject: [PATCH] --- ayanova/src/api/gzmenu.js | 2 +- ayanova/src/views/ay-history.vue | 157 ++++++++++++++++++++++++++++--- 2 files changed, 146 insertions(+), 13 deletions(-) diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index 1802dd48..bd56e232 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -122,7 +122,7 @@ export default { vm.appBar.menuItems.push({ divider: true, inset: false }); //SEARCH - //all forms except the search form + //all forms except the search form if (ctx.icon != "fa-search") { //For all forms but not on the search form itself; if this is necessary for others then make a nosearch or something flag controlled by incoming ctx but if not then this should suffice vm.appBar.menuItems.push({ diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 5f615da6..99d5dbee 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -1,21 +1,154 @@