mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
layout changed
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<ng-container *ngFor="let v of savedDashboardViews">
|
<ng-container *ngFor="let v of savedDashboardViews">
|
||||||
<h4>{{v.viewConfig.title}}</h4>
|
<h4>{{v.viewConfig.title}}</h4>
|
||||||
|
|
||||||
<table class="table table-striped table-sm">
|
<table class="table table-sm table-hover table-borderless">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date created</th>
|
<th>Date created</th>
|
||||||
|
@@ -81,7 +81,7 @@
|
|||||||
</app-document-card-large>
|
</app-document-card-large>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-striped table-sm" *ngIf="displayMode == 'details'">
|
<table class="table table-hover table-sm" *ngIf="displayMode == 'details'">
|
||||||
<thead>
|
<thead>
|
||||||
<th>ASN</th>
|
<th>ASN</th>
|
||||||
<th>Correspondent</th>
|
<th>Correspondent</th>
|
||||||
|
Reference in New Issue
Block a user