This commit is contained in:
@@ -835,3 +835,8 @@ Current v8 docs home: https://www.ayanova.com/docs/
|
|||||||
|
|
||||||
BUILD 8.0.0-beta.1-rc3 CHANGES OF NOTE
|
BUILD 8.0.0-beta.1-rc3 CHANGES OF NOTE
|
||||||
|
|
||||||
|
- added dashboard docs page
|
||||||
|
- added dashboard widget "Scheduled" available to scheduleable users (techs) which shows today's work orders they are scheduled on
|
||||||
|
- added dashboard widget "Reviews" available to all dashboardable users which shows today's Reviews
|
||||||
|
- added dashboard widget "Reminders" available to all dashboardable users which shows today's Reminders
|
||||||
|
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ export default {
|
|||||||
if (this.updateFrequency > 0) {
|
if (this.updateFrequency > 0) {
|
||||||
this.timer = setInterval(() => {
|
this.timer = setInterval(() => {
|
||||||
this.refresh();
|
this.refresh();
|
||||||
}, this.updateFrequency + window.$gz.util.getRandomInt(30000)); //add up to 30 seconds so they don't all fire at once
|
}, this.updateFrequency + window.$gz.util.getRandomInt(60000)); //add up to 60 seconds so they don't all fire at once
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
|
|||||||
Reference in New Issue
Block a user