mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-06 22:55:24 +00:00
Ok last tweak
This commit is contained in:
+2
-2
@@ -64,9 +64,9 @@
|
||||
>
|
||||
<div class="check mx-3">
|
||||
@if (selectedVersionId === version.id) {
|
||||
<i-bs name="check2-square"></i-bs>
|
||||
<i-bs name="check-circle"></i-bs>
|
||||
} @else {
|
||||
|
||||
<i-bs class="text-muted" name="circle"></i-bs>
|
||||
}
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
|
||||
+2
-2
@@ -52,7 +52,6 @@ import {
|
||||
chatSquareDots,
|
||||
check,
|
||||
check2All,
|
||||
check2Square,
|
||||
checkAll,
|
||||
checkCircle,
|
||||
checkCircleFill,
|
||||
@@ -60,6 +59,7 @@ import {
|
||||
chevronDoubleLeft,
|
||||
chevronDoubleRight,
|
||||
chevronRight,
|
||||
circle,
|
||||
clipboard,
|
||||
clipboardCheck,
|
||||
clipboardCheckFill,
|
||||
@@ -274,7 +274,6 @@ const icons = {
|
||||
chatSquareDots,
|
||||
check,
|
||||
check2All,
|
||||
check2Square,
|
||||
checkAll,
|
||||
checkCircle,
|
||||
checkCircleFill,
|
||||
@@ -282,6 +281,7 @@ const icons = {
|
||||
chevronDoubleLeft,
|
||||
chevronDoubleRight,
|
||||
chevronRight,
|
||||
circle,
|
||||
clipboard,
|
||||
clipboardCheck,
|
||||
clipboardCheckFill,
|
||||
|
||||
Reference in New Issue
Block a user