From b1d4ef7c1e0763dc533b6fda6836507164c6e041 Mon Sep 17 00:00:00 2001 From: chubtub <43381989+chubtub@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:56:27 -0400 Subject: [PATCH] Front end changes for new TPM Events page --- .../hirs/attestationca/portal/page/Page.java | 4 ++ .../main/webapp/WEB-INF/jsp/tpm-events.jsp | 62 +++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/tpm-events.jsp diff --git a/HIRS_AttestationCAPortal/src/main/java/hirs/attestationca/portal/page/Page.java b/HIRS_AttestationCAPortal/src/main/java/hirs/attestationca/portal/page/Page.java index 64ca8f5e..03b64f8c 100644 --- a/HIRS_AttestationCAPortal/src/main/java/hirs/attestationca/portal/page/Page.java +++ b/HIRS_AttestationCAPortal/src/main/java/hirs/attestationca/portal/page/Page.java @@ -58,6 +58,10 @@ public enum Page { * Page that manages Attestation CA Policy. */ POLICY("Policy", "ic_subtitles"), + /** + * Page to display TPM event table. + */ + TPM_EVENTS("TPM Events", null, "first"), /** * Help page. */ 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 new file mode 100644 index 00000000..0436aa17 --- /dev/null +++ b/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/tpm-events.jsp @@ -0,0 +1,62 @@ +<%@page contentType="text/html" pageEncoding="UTF-8"%> + +<%-- JSP TAGS --%> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@taglib prefix="form" uri="http://www.springframework.org/tags/form"%> +<%@taglib prefix="my" tagdir="/WEB-INF/tags"%> + +<%-- CONTENT --%> + + + + + + TPM Events + + +
+
+ + + + + + + + + + + + + +
ManufacturerModelTypeIndexDigestDetailsBase RIMSupport RIM
+
+ + +
+