-
-
-
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/circles-gantt/circle-gantt.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/circles-gantt/circle-gantt.ts
deleted file mode 100644
index fa85e600..00000000
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/circles-gantt/circle-gantt.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import Vue from 'vue';
-import Component from 'vue-class-component';
-import {Prop} from 'vue-property-decorator';
-
-@Component({name:"circlegantt"})
-export default class CircleGantt extends Vue{
-
- @Prop({default:2})
- value:number;
- @Prop({default:0})
- late:number;
- @Prop({default:'s'})
- unit:string;
- @Prop({default:'Discesa cornice'})
- title:string;
-
-}
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/circles-gantt/circle-gantt.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/circles-gantt/circle-gantt.vue
deleted file mode 100644
index e8f71421..00000000
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/circles-gantt/circle-gantt.vue
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.ts
index 383243d1..fc9dfea1 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.ts
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.ts
@@ -1,24 +1,22 @@
import Vue from 'vue';
import Component from 'vue-class-component';
-import {Prop} from 'vue-property-decorator';
+import { Prop } from 'vue-property-decorator';
import { messageService } from "@/_base/messageService";
import { Modal, ModalHelper } from "@/components/modals";
-import CircleGantt from "../circles-gantt/circle-gantt.vue"
@Component({
- components: {
- modal: Modal,
- circlegantt: CircleGantt
- }
+ components: {
+ modal: Modal,
+ }
})
-export default class Processo extends Vue{
+export default class Processo extends Vue {
- @Prop({default:25})
- actual:number;
- @Prop({default:145})
- tot:number;
+ @Prop({ default: 25 })
+ actual: number;
+ @Prop({ default: 145 })
+ tot: number;
- public sendMessage(name: string) {
- messageService.publishToChannel(name);
- }
+ public sendMessage(name: string) {
+ messageService.publishToChannel(name);
+ }
}
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.vue
index b29965a1..7b9059b2 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/processo.vue
@@ -1,17 +1,38 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputSottosquadra.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputSottosquadra.vue
index 7e05a1d8..a0c47325 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputSottosquadra.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputSottosquadra.vue
@@ -1,33 +1,33 @@