From a9ebaab167452edbd65059cccc1f294a7afbdff5 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Tue, 25 Feb 2025 12:50:11 -0800
Subject: [PATCH] Obsessing over styling
---
.../system-status-dialog.component.html | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html
index aa890fa92..94c4ef22d 100644
--- a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html
+++ b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html
@@ -46,7 +46,7 @@
{{status.database.type}}
Status
-
Migration Status
-
+
@if (status.database.migration_status.unapplied_migrations.length === 0) {
Up to date
} @else {
@@ -97,7 +97,7 @@
- Redis Status
-
-
+
{{status.tasks.redis_status}}
@if (status.tasks.redis_status === 'OK') {
@@ -115,7 +115,7 @@
- Celery Status
-
-
+
{{status.tasks.celery_status}}
@if (status.tasks.celery_status === 'OK') {
@@ -145,7 +145,7 @@
- Search Index
-
-
+
{{status.tasks.index_status}}
@if (status.tasks.index_status === 'OK') {
@if (isStale(status.tasks.index_last_modified)) {
@@ -161,7 +161,7 @@
@if (isRunning(PaperlessTaskName.IndexOptimize)) {
} @else {
-
+
Run Task
@@ -177,7 +177,7 @@
- Classifier
-
-
+
{{status.tasks.classifier_status}}
@if (status.tasks.classifier_status === 'OK') {
@if (isStale(status.tasks.classifier_last_trained)) {
@@ -195,7 +195,7 @@
@if (isRunning(PaperlessTaskName.TrainClassifier)) {
} @else {
-
+
Run Task
@@ -211,7 +211,7 @@
- Sanity Checker
-
-
+
{{status.tasks.sanity_check_status}}
@if (status.tasks.sanity_check_status === 'OK') {
@if (isStale(status.tasks.sanity_check_last_run)) {
@@ -229,7 +229,7 @@
@if (isRunning(PaperlessTaskName.SanityCheck)) {
} @else {
-
+
Run Task
@@ -251,7 +251,7 @@
}