#11: Reload button
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2022-12-28 15:04:58 +01:00
parent 8fa2b8cb5f
commit bafc56d604
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE

View File

@ -29,5 +29,8 @@
<option value="created_asc">Created Date - Ascending</option>
<option value="created_desc">Created Date - Descending</option>
</select>
<span>&nbsp; | &nbsp;</span>
<button (click)="getEvents()">Reload Events</button>
<div style="height: 1em;"></div>
<app-events-table [events]="this.events" [selectedCalendar]="getCalendarId(selectedCalendar)"></app-events-table>
</div>