From daf9c93309f2149aa512e7e680d06ef491fe7ca2 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 19 Jun 2020 10:45:48 +0200 Subject: [PATCH] fix pirometro inferiore --- .../SVG_Components/SVG-termo-inferiore.ts | 3 +- .../SVG_Components/SVG-termo-inferiore.vue | 104 ++++++++---------- .../SVG_Components/SVG-termo-superiore.ts | 2 +- 3 files changed, 47 insertions(+), 62 deletions(-) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.ts index 24356fe9..b8e215d5 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.ts @@ -2,8 +2,9 @@ import Vue from 'vue'; import Component from 'vue-class-component'; import { Prop } from 'vue-property-decorator'; import termoChart from "./termoChart.vue"; +import controlBox from "./controlBox.vue"; -@Component({ name: 'svgtermoinferiore', components: { termoChart } }) +@Component({ components: { termoChart, controlBox } }) export default class SVGTermoregolazioneInferiore extends Vue { @Prop() diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue index 156d7ec1..93444c63 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue @@ -1,68 +1,52 @@ \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-superiore.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-superiore.ts index 4afe110b..9791bb8c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-superiore.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-superiore.ts @@ -4,7 +4,7 @@ import { Prop } from 'vue-property-decorator'; import termoChart from "./termoChart.vue"; import controlBox from "./controlBox.vue"; -@Component({ name: 'svgtermosuperiore', components: { termoChart, controlBox } }) +@Component({ components: { termoChart, controlBox } }) export default class SVGTermoregolazioneSuperiore extends Vue { @Prop()