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 @@