mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-03-01 07:41:00 +00:00
fix tab refresh
This commit is contained in:
@@ -661,7 +661,7 @@ export default {
|
||||
this.poll = setInterval(() => {
|
||||
this.$store.dispatch("checkVer");
|
||||
this.getAgentCounts();
|
||||
this.getDashInfo();
|
||||
this.getDashInfo(false);
|
||||
}, 60 * 5 * 1000);
|
||||
},
|
||||
setSplitter(val) {
|
||||
|
||||
Reference in New Issue
Block a user