This commit is contained in:
2020-11-04 20:17:16 +00:00
parent f83fee8df5
commit db4a8747a6
3 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
DASHBOARD / KPI / BIZ METRICS
todo: if dashboard view is empty should be a string displayed saying nothing selected to show?
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
todo: default dashboard views for new users on creation?

View File

@@ -2,7 +2,7 @@
<gz-dash
icon="$ayiUser"
:addUrl="'widgets/0'"
:updateFrequency="60000"
:updateFrequency="58000"
v-on:dash-refresh="loadData"
v-on="$listeners"
v-bind="$attrs"

View File

@@ -2,7 +2,7 @@
<gz-dash
icon="$ayiSplotch"
:addUrl="'widgets/0'"
:updateFrequency="30000"
:updateFrequency="32000"
v-on:dash-refresh="loadData"
v-on="$listeners"
v-bind="$attrs"