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 @@ +
+ +