mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-05-02 08:43:00 +00:00
Updated the details page for RIMs to check if the rim hash link entry exists, if not don't display valid check.
This commit is contained in:
parent
7c86b6d0db
commit
5162f7b187
@ -367,6 +367,7 @@
|
|||||||
<div>PC URI Local: <span>${initialData.pcUriLocal}</span></div>
|
<div>PC URI Local: <span>${initialData.pcUriLocal}</span></div>
|
||||||
</c:if>
|
</c:if>
|
||||||
<div>Rim Link Hash: <span>${initialData.rimLinkHash}</span>
|
<div>Rim Link Hash: <span>${initialData.rimLinkHash}</span>
|
||||||
|
<c:if test="${not empty initialData.rimLinkHash}">
|
||||||
<span>
|
<span>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${initialData.linkHashValid}">
|
<c:when test="${initialData.linkHashValid}">
|
||||||
@ -377,6 +378,7 @@
|
|||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</span>
|
</span>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user