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 {