Product updates report.

This commit is contained in:
2020-11-11 12:18:10 +05:30
parent 6f9394dc8d
commit d5b2da4388
19 changed files with 500 additions and 0 deletions

View File

@ -206,6 +206,15 @@
>
<h3 class="item-name">Header / Footer</h3>
</mat-card>
<mat-card
fxLayout="column"
class="square-button"
matRipple
*ngIf="auth.user && auth.user.perms.indexOf('products') !== -1"
[routerLink]="['/', 'product-updates-report']"
>
<h3 class="item-name">Product Updates Report</h3>
</mat-card>
</div>
<footer class="footer">
<p>Backend: v{{ auth.user?.ver }} / Frontend: v{{ version }} on {{ auth.device.name }}</p>