diff --git a/Thermo.Active/wwwroot/assets/icons/png/dashboard.png b/Thermo.Active/wwwroot/assets/icons/png/dashboard.png index 3478f9a8..4047ecc3 100644 Binary files a/Thermo.Active/wwwroot/assets/icons/png/dashboard.png and b/Thermo.Active/wwwroot/assets/icons/png/dashboard.png differ diff --git a/Thermo.Active/wwwroot/assets/icons/png/programmazione.png b/Thermo.Active/wwwroot/assets/icons/png/programmazione.png index 7250da16..1cac195b 100644 Binary files a/Thermo.Active/wwwroot/assets/icons/png/programmazione.png and b/Thermo.Active/wwwroot/assets/icons/png/programmazione.png differ diff --git a/Thermo.Active/wwwroot/src/modules/app-footer.ts b/Thermo.Active/wwwroot/src/modules/app-footer.ts index 517f53f7..1273e0ea 100644 --- a/Thermo.Active/wwwroot/src/modules/app-footer.ts +++ b/Thermo.Active/wwwroot/src/modules/app-footer.ts @@ -63,4 +63,7 @@ export default class AppFooter extends Vue { // cmsClient.openOrStartProcess(id); } + showDashboard() { + appModelActions.ShowDashboard(this.$store); + } } diff --git a/Thermo.Active/wwwroot/src/modules/app-footer.vue b/Thermo.Active/wwwroot/src/modules/app-footer.vue index 3526ae78..031ff8e3 100644 --- a/Thermo.Active/wwwroot/src/modules/app-footer.vue +++ b/Thermo.Active/wwwroot/src/modules/app-footer.vue @@ -52,17 +52,17 @@