diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.ts b/frontend/src/app/ntt-gantt/ntt-gantt.component.ts index cd610ec..7083546 100644 --- a/frontend/src/app/ntt-gantt/ntt-gantt.component.ts +++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.ts @@ -283,16 +283,16 @@ export class NttGanttComponent implements OnInit { packageInstanceId: 'packageInstanceId' }; - this.columns = [ - { field: 'TaskName', headerText: 'Kurzbeschreibung', width: 350 }, - { field: 'stateName', headerText: 'Status', width: 350}, - { field: 'plantime', headerText: 'Planzeit in H', width: 100 }, - { field: 'StartDate', headerText: 'Geplantes Start-Datum', format : {type:'date', format:'dd.MM.yyyy'}}, - { field: 'vertragName', headerText: 'Vertrag / Provider Cluster', width: 150 }, - { field: 'changeNr', headerText: 'Paket Nummer', width: 200 } - // { field: 'supportGroup', headerText: 'Gewählte Support Gruppe' }, + // this.columns = [ + // { field: 'TaskName', headerText: 'Kurzbeschreibung', width: 350 }, + // { field: 'stateName', headerText: 'Status', width: 350}, + // { field: 'plantime', headerText: 'Planzeit in H', width: 100 }, + // { field: 'StartDate', headerText: 'Geplantes Start-Datum', format : {type:'date', format:'dd.MM.yyyy'}}, + // { field: 'vertragName', headerText: 'Vertrag / Provider Cluster', width: 150 }, + // { field: 'changeNr', headerText: 'Paket Nummer', width: 200 } + // // { field: 'supportGroup', headerText: 'Gewählte Support Gruppe' }, - ]; + // ]; this.timelineSettings = { topTier: { unit: 'Month' }, bottomTier: { format: 'WW', unit: 'Week', count: 1 } }; this.editSettings = { allowAdding: true, allowEditing: true, allowDeleting: true, allowTaskbarEditing: true, showDeleteConfirmDialog: true };