diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 14f52e81..76df5cbe 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -65,7 +65,7 @@ todo: RECORD HISTORY (HAS OUTSTANDING ITEMS)
- make a todo entry in the report section below to include the ability of feeding reports from local data in addition to off the server
- Does it benefit from caching? (not really thinking so as this is a different animal than search but something to ponder a bit)
-
+todo: can page titles be improved so in task bar can see what is being worked with in that browser window
todo: Translate all ayatypes not translated
diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js
index bd56e232..95e1cd23 100644
--- a/ayanova/src/api/gzmenu.js
+++ b/ayanova/src/api/gzmenu.js
@@ -14,6 +14,9 @@ export default {
vm.appBar.icon = ctx.icon;
vm.appBar.title = ctx.title;
+ //test
+ document.title = "AyaNova " + ctx.title;
+
//Parse the formdata if present
//FORMDATA is OPTIONAL and only required for forms that need to allow
//viewing object history, attachments, custom fields, etc that kind of thing
diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue
index 44c48828..66051e51 100644
--- a/ayanova/src/views/ay-history.vue
+++ b/ayanova/src/views/ay-history.vue
@@ -1,42 +1,49 @@
-
-
-
-
-
-
- {{
- getIconForObjectType(i.objectType)
- }}{{ i.name }}
- {{
- getNameForType(i.objectType)
- }}
-
-