|
|
|
@ -44,9 +44,7 @@ export class DateDisplayField extends HighlightableDisplayField { |
|
|
|
|
const schedulingIcon = document.createElement('span'); |
|
|
|
|
schedulingIcon.classList.add('icon-context'); |
|
|
|
|
|
|
|
|
|
if (this.resource.scheduleManually) { |
|
|
|
|
schedulingIcon.classList.add('icon-pin'); |
|
|
|
|
} |
|
|
|
|
schedulingIcon.classList.add(this.resource.scheduleManually ? 'icon-pin' : 'icon-void'); |
|
|
|
|
|
|
|
|
|
element.prepend(schedulingIcon); |
|
|
|
|
} |
|
|
|
|