diff --git a/src/modules/components/Entry.tsx b/src/modules/components/Entry.tsx index d0c8a50..9140a9e 100644 --- a/src/modules/components/Entry.tsx +++ b/src/modules/components/Entry.tsx @@ -6,12 +6,14 @@ import { Divider, DividerProps, Grid, + Link, Paper, styled, Typography, } from "@mui/material"; import { Box } from "@mui/system"; import { dump, load } from "js-yaml"; +import NextLink from "next/link"; import { Convert } from "pvtsutils"; import { ReactNode } from "react"; import { Prism as SyntaxHighlighter } from "react-syntax-highlighter"; @@ -139,7 +141,13 @@ export function Entry({ entry }: { entry: LogEntry }) { textOverflow: "ellipsis", }} > - Entry UUID: {uuid} + Entry UUID:{" "} + + {uuid} + + {obj.logIndex} + + } /> - Hash + + Hash + + {`${hashedRekord.data.hash?.algorithm}:${hashedRekord.data.hash?.value}`} +