issue-47 #60
@ -55,3 +55,6 @@ app-task-overview {
|
||||
color: white;
|
||||
}
|
||||
|
||||
::ng-deep .cal-event-title {
|
||||
white-space: normal;
|
||||
}
|
||||
|
@ -99,6 +99,7 @@ export class DraggableSchedulerComponent {
|
||||
this.events.push({
|
||||
title: this.computeTaskPath(schedule.taskgroupPath, schedule.task),
|
||||
color: colors['red'],
|
||||
cssClass: 'test',
|
||||
start: new Date(advancedSchedule.scheduleStartTime),
|
||||
end: new Date(advancedSchedule.scheduleStopTime),
|
||||
draggable: true,
|
||||
@ -126,6 +127,7 @@ export class DraggableSchedulerComponent {
|
||||
color: colors['yellow'],
|
||||
start: new Date(),
|
||||
draggable: true,
|
||||
cssClass: 'test',
|
||||
resizable: {
|
||||
beforeStart: true,
|
||||
afterEnd: true
|
||||
|
@ -26,3 +26,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
::ng-deep .cal-event-title {
|
||||
white-space: normal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user