Browse Source
Update src/pages/DashboardHome.vue
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/732/head
Daniel Patrón Gómez
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/DashboardHome.vue
|
|
@ -104,7 +104,7 @@ export default { |
|
|
|
pause: 0, |
|
|
|
}; |
|
|
|
let favicon = new Favico({ |
|
|
|
animation:'pop' |
|
|
|
animation: 'pop', |
|
|
|
}); |
|
|
|
|
|
|
|
for (let monitorID in this.$root.monitorList) { |
|
|
|