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">
|
<jsp:attribute name="pageHeaderTitle">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${initialData.rimType=='Measurement'}">
|
<c:when test="${initialData.rimType=='Measurement'}">
|
||||||
TCG Log event(s) not found in the RIM DB
|
<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:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
${initialData.rimType} Reference Integrity Manifest
|
${initialData.rimType} Reference Integrity Manifest
|
||||||
|
Loading…
Reference in New Issue
Block a user