This commit is contained in:
parent
8fa2b8cb5f
commit
bafc56d604
|
@ -29,5 +29,8 @@
|
||||||
<option value="created_asc">Created Date - Ascending</option>
|
<option value="created_asc">Created Date - Ascending</option>
|
||||||
<option value="created_desc">Created Date - Descending</option>
|
<option value="created_desc">Created Date - Descending</option>
|
||||||
</select>
|
</select>
|
||||||
|
<span> | </span>
|
||||||
|
<button (click)="getEvents()">Reload Events</button>
|
||||||
|
<div style="height: 1em;"></div>
|
||||||
<app-events-table [events]="this.events" [selectedCalendar]="getCalendarId(selectedCalendar)"></app-events-table>
|
<app-events-table [events]="this.events" [selectedCalendar]="getCalendarId(selectedCalendar)"></app-events-table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user