diff --git a/apps/web/src/components/Dashboard/Templates.tsx b/apps/web/src/components/Dashboard/Templates.tsx index 85c0a0337e..bd1319d839 100644 --- a/apps/web/src/components/Dashboard/Templates.tsx +++ b/apps/web/src/components/Dashboard/Templates.tsx @@ -153,6 +153,7 @@ export function TemplatesContent({ RAM MiB Created by Created at + Updated at @@ -191,6 +192,9 @@ export function TemplatesContent({ {new Date(template.createdAt).toLocaleString()} + + {new Date(template.updatedAt).toLocaleString()} +