diff --git a/hw_diag/templates/device_info.html b/hw_diag/templates/device_info.html index 23080359..ed1e14c0 100644 --- a/hw_diag/templates/device_info.html +++ b/hw_diag/templates/device_info.html @@ -46,6 +46,8 @@

Device Information

Overall Status: {% if diagnostics.PF %} All Ok + {% elif diagnostics.RE == 'UN123' or diagnostics.RE == 'UNKNOWN' %} + Awaiting Location Assertion {% else %} Errors Found {% endif %}