Add session expiration to order list
This commit is contained in:
parent
11119fd9ae
commit
efa3b11634
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
<app-header></app-header>
|
<app-header></app-header>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
|
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
|
||||||
|
<p class="text">Session valid until: {{(ownerUpdate | async)!.expiration | date}}</p>
|
||||||
<table >
|
<table >
|
||||||
<tr>
|
<tr>
|
||||||
<td width="45%">
|
<td width="45%">
|
||||||
|
@ -11,10 +12,10 @@
|
||||||
<td width="10%">
|
<td width="10%">
|
||||||
</td>
|
</td>
|
||||||
<td width="45%">
|
<td width="45%">
|
||||||
<button mat-raised-button color="primary"
|
<button mat-raised-button color="primary"
|
||||||
class="text" (click)="openDbExport()">
|
class="text" (click)="openDbExport()">
|
||||||
Export Orders
|
Export Orders
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue