From a2fa132ee248877bf34ade2daec97e110873aac3 Mon Sep 17 00:00:00 2001 From: Francesco Guerrieri Date: Wed, 13 May 2020 12:23:19 +0200 Subject: [PATCH] insert arch interface in header dashboard --- .../wwwroot/src/app_modules_thermo/dashboard/dashboard.ts | 4 +++- .../wwwroot/src/app_modules_thermo/dashboard/dashboard.vue | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.ts index d4a7bce7..3d794d08 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.ts @@ -7,10 +7,12 @@ import AppRibbon from "@/components/app-ribbon.vue"; import moment from "moment"; import { AppModel } from '@/store'; import { getColorFromName,isDarkColor } from "@/_base/utils"; +import ArchInterface from "../components/arch-interface/arch-interface.vue"; @Component({ components: { - appRibbon: AppRibbon + appRibbon: AppRibbon, + archInterface: ArchInterface } }) export default class Dashboard extends Vue{ diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.vue index cc354d6c..e361b4df 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/dashboard.vue @@ -37,6 +37,9 @@ +
+ +