allerta-vvf/frontend/src/app/_components/trainings/trainings.component.html

5 lines
235 B
HTML

<owner-image></owner-image>
<div class="text-center mb-4">
<button type="button" class="btn btn-primary" disabled>Aggiungi esercitazione</button>
</div>
<app-table [sourceType]="'trainings'" [refreshInterval]="1200000"></app-table>