This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
DASHBOARD / KPI / BIZ METRICS
|
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: 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?
|
todo: default dashboard views for new users on creation?
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<gz-dash
|
<gz-dash
|
||||||
icon="$ayiUser"
|
icon="$ayiUser"
|
||||||
:addUrl="'widgets/0'"
|
:addUrl="'widgets/0'"
|
||||||
:updateFrequency="60000"
|
:updateFrequency="58000"
|
||||||
v-on:dash-refresh="loadData"
|
v-on:dash-refresh="loadData"
|
||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<gz-dash
|
<gz-dash
|
||||||
icon="$ayiSplotch"
|
icon="$ayiSplotch"
|
||||||
:addUrl="'widgets/0'"
|
:addUrl="'widgets/0'"
|
||||||
:updateFrequency="30000"
|
:updateFrequency="32000"
|
||||||
v-on:dash-refresh="loadData"
|
v-on:dash-refresh="loadData"
|
||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
|
|||||||
Reference in New Issue
Block a user