mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Fix: hover colors, empty lists, disable autocomplete, translation strings
This commit is contained in:
parent
21a9963a2b
commit
5665db844e
15 changed files with 53 additions and 46 deletions
|
|
@ -86,9 +86,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li *ngIf="groups.length === 0" class="list-group-item" i18n>No groups defined</li>
|
||||
</ul>
|
||||
|
||||
<div *ngIf="groups.length === 0">No groups defined</div>
|
||||
</ng-container>
|
||||
|
||||
<div *ngIf="!users || !groups">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue