Add session expiration to order list

This commit is contained in:
Rene Vergara 2023-01-31 11:59:32 -06:00
parent 11119fd9ae
commit efa3b11634
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
<app-header></app-header>
<div align="center">
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
<p class="text">Session valid until: {{(ownerUpdate | async)!.expiration | date}}</p>
<table >
<tr>
<td width="45%">
@ -11,10 +12,10 @@
<td width="10%">
</td>
<td width="45%">
<button mat-raised-button color="primary"
class="text" (click)="openDbExport()">
Export Orders
</button>
<button mat-raised-button color="primary"
class="text" (click)="openDbExport()">
Export Orders
</button>
</td>
</tr>
</table>