diff --git a/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/tpm-events.jsp b/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/tpm-events.jsp index c9551bb3..364fbcf1 100644 --- a/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/tpm-events.jsp +++ b/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/tpm-events.jsp @@ -25,6 +25,7 @@ Event Type PCR Index Digest Value + Base RIM @@ -48,7 +49,14 @@ searchable:false}, {data: 'digestValue', orderable: false, - searchable:false} + searchable:false}, + {data: 'baseRimId', + orderable: false, + searchable: false, + render: function(data, type, full, meta) { + return rimDetailsLink(full.baseRimId); + } + } ]; //Set data tables