From 3578ed6c1e78c39348146ea1aa606f2d8f25fdb9 Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Mon, 4 Dec 2023 21:14:48 -0300 Subject: [PATCH] add gs uri to frontend --- frontend/src/components/SnapshotItem.tsx | 23 +++++++++++++++++++++++ frontend/src/models/Snapshot.ts | 1 + 2 files changed, 24 insertions(+) diff --git a/frontend/src/components/SnapshotItem.tsx b/frontend/src/components/SnapshotItem.tsx index 55ad7ac..db06442 100644 --- a/frontend/src/components/SnapshotItem.tsx +++ b/frontend/src/components/SnapshotItem.tsx @@ -84,6 +84,29 @@ const SnapshotItem = (props: { snapshot: Snapshot }) => { > {props.snapshot.sha256} + + + gsutil URI: + + + {props.snapshot.gs_uri} + +