mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +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
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue