diff --git a/frontend/src/app/components/server-health/server-health.component.html b/frontend/src/app/components/server-health/server-health.component.html index 28893f103..4a222e632 100644 --- a/frontend/src/app/components/server-health/server-health.component.html +++ b/frontend/src/app/components/server-health/server-health.component.html @@ -38,6 +38,8 @@ @if (type !== 'core' && host.hashes?.[type]) { {{ host.hashes[type].slice(0, 8) || '?' }} + } @else if (host.hashes?.[type]) { + {{ host.hashes[type] || '?' }} } @else { ? }