epasmed/src/main/webapp/app/entities/timecardsreporting/timecardsreporting-detail.c...

31 lines
1.0 KiB
HTML
Executable File

<div class="row justify-content-center">
<div class="col-8">
<div *ngIf="timeCardsReporting">
<h2>
<span>Cartellini Rendicontazione</span> [<b>{{ timeCardsReporting.id }}</b>]
</h2>
<dl class="row-md jh-entity-details">
<dt><span>Id</span></dt>
<dd>{{ timeCardsReporting.id }}</dd>
<dt><span>Nome</span></dt>
<dd>{{ timeCardsReporting.year }}</dd>
<dt><span>Operazioni</span></dt>
<dd>{{ timeCardsReporting.month }}</dd>
<dt><span>Id Flusso</span></dt>
<dd>{{ timeCardsReporting.idFlusso }}</dd>
<dt><span>Last Updated</span></dt>
<dd>{{ timeCardsReporting.lastUpdate }}</dd>
</dl>
<button type="submit" routerLink="../../" class="btn btn-info">
<fa-icon icon="arrow-left"></fa-icon>&nbsp;<span>Back</span>
</button>
</div>
</div>
</div>