From d7eca0ca781a3511c47f58f2f85a9e77f906a621 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Tue, 13 Feb 2024 23:52:31 -0800
Subject: [PATCH] Update colors
---
.../admin/settings/settings.component.html | 2 +-
.../system-status-dialog.component.html | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src-ui/src/app/components/admin/settings/settings.component.html b/src-ui/src/app/components/admin/settings/settings.component.html
index 203033ae1..76625d886 100644
--- a/src-ui/src/app/components/admin/settings/settings.component.html
+++ b/src-ui/src/app/components/admin/settings/settings.component.html
@@ -20,7 +20,7 @@
} @else {
-
+
}
}
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 d63a1f039..f5f6ef005 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
@@ -48,7 +48,7 @@
{{status.database.status}}
@if (status.database.status === 'OK') {
-
+
} @else {
}
@@ -56,7 +56,7 @@
Migration Status
@if (status.database.migration_status.unapplied_migrations.length === 0) {
- Up to date
+ Up to date
} @else {
{{status.database.migration_status.unapplied_migrations.length}} Pending
}
@@ -88,7 +88,7 @@
{{status.tasks.redis_status}}
@if (status.tasks.redis_status === 'OK') {
-
+
} @else {
}
@@ -97,7 +97,7 @@
{{status.tasks.celery_status}}
@if (status.tasks.celery_status === 'OK') {
-
+
} @else {
}
@@ -109,7 +109,7 @@
@if (isStale(status.tasks.index_last_modified)) {
} @else {
-
+
}
} @else {
@@ -125,7 +125,7 @@
@if (isStale(status.tasks.classifier_last_modified)) {
} @else {
-
+
}
} @else {