mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
fixes #71
This commit is contained in:
parent
023aeea7ea
commit
fcc0cb7293
6 changed files with 33 additions and 10 deletions
|
|
@ -1,6 +1,9 @@
|
|||
<app-widget-frame [title]="savedView.title">
|
||||
|
||||
<table class="table table-sm table-hover table-borderless">
|
||||
<a header-buttons [routerLink]="" (click)="showAll()">Show all</a>
|
||||
|
||||
|
||||
<table content class="table table-sm table-hover table-borderless">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Created</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue