diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index e9c19bd3..0a5928db 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -55,7 +55,8 @@ todo: DASHBOARD
todo: need user dashboard setup registry and route
todo: if dashboard view is empty should be a string displayed saying nothing selected to show?
-
+// Todo: intermediate actual types (try list first), how to instantiate them from here by id (dynamic)
+// todo: do we need a PLUS menu item to add one of that type to that widget, i.e. if it's showing workorders then a plus to make a new wokorder would be useful
diff --git a/ayanova/src/components/dash-base.vue b/ayanova/src/components/dash-base.vue
index 2483bc69..736d7ea6 100644
--- a/ayanova/src/components/dash-base.vue
+++ b/ayanova/src/components/dash-base.vue
@@ -1,6 +1,5 @@
-
@@ -112,7 +111,11 @@
diff --git a/ayanova/src/views/home-dashboard.vue b/ayanova/src/views/home-dashboard.vue
index 302355bd..e7fabcd8 100644
--- a/ayanova/src/views/home-dashboard.vue
+++ b/ayanova/src/views/home-dashboard.vue
@@ -56,6 +56,7 @@
:count="0"
moreUrl="/home-dashboard"
icon="$ayiRobot"
+ :updateFrequency="15000"
v-on:dash-remove="dashRemove"
v-on:dash-move-start="dashMoveStart"
v-on:dash-move-back="dashMoveBack"
@@ -66,8 +67,7 @@
-Todo: intermediate actual types (try list first), how to instantiate them from here by id (dynamic)
-todo: do we need a PLUS menu item to add one of that type to that widget, i.e. if it's showing workorders then a plus to make a new wokorder would be useful
+