You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi/ClientApp/src/app/calendar/components/calendar.component.html

3 lines
136 B

<div class="small-middle-container" *ngIf="entries">
<p-fullCalendar [events]="entries" [options]="options"></p-fullCalendar>
</div>