From 07157e2b7c8d77e5582ebfdcfcee084f2270e630 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 17 Jul 2020 17:09:28 +0200 Subject: [PATCH] dimensionamento stato --- .../src/app_modules_thermo/processo/components/gantt/gantt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts index 1dedabf1..62672d9c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts @@ -30,7 +30,7 @@ export default class Gantt extends Vue { stepDuration: 2, labelInterval: 10, maxGanttDuration: 5000, - block_status_minDuration: 4, + block_status_minDuration: 2.5, block_delay_minDuration: 1.5, block_body_Heating_minDuration: 5, block_body_Drawing_minDuration: 7,