mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 10:46:39 +00:00
Updated the text for a passing validation for firmware
This commit is contained in:
parent
c12f2c3aa8
commit
748d10ea7b
@ -13,7 +13,12 @@
|
||||
<jsp:attribute name="pageHeaderTitle">
|
||||
<c:choose>
|
||||
<c:when test="${initialData.rimType=='Measurement'}">
|
||||
<c:if test="${initialData.validationResult=='PASS'}">
|
||||
TCG Log events
|
||||
</c:if>
|
||||
<c:if test="${initialData.validationResult=='FAIL'}">
|
||||
TCG Log event(s) not found in the RIM DB
|
||||
</c:if>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
${initialData.rimType} Reference Integrity Manifest
|
||||
|
Loading…
Reference in New Issue
Block a user