diff --git a/core/aptrust_client_v3.go b/core/aptrust_client_v3.go
index f8196ca..0e54d23 100644
--- a/core/aptrust_client_v3.go
+++ b/core/aptrust_client_v3.go
@@ -219,13 +219,13 @@ func (client *APTrustClientV3) repoBaseUrl() string {
}
var workItemsTemplate = `
-
Recent Work Items
Name |
Stage |
Status |
+ Last Updated |
@@ -235,6 +235,7 @@ var workItemsTemplate = `
{{ $item.Name }} |
{{ $item.Stage }} |
{{ $item.Status }} |
+ {{ $item.UpdatedAt.Format "2006-01-02" }} |
{{ end }}
@@ -242,12 +243,12 @@ var workItemsTemplate = `
`
var intellectualObjectsTemplate = `
-Recently Ingested Objects
Identifier |
Storage Option |
+ Last Updated |
@@ -256,6 +257,7 @@ var intellectualObjectsTemplate = `
{{ $item.Identifier }} |
{{ $item.StorageOption }} |
+ {{ $item.UpdatedAt.Format "2006-01-02" }} |
{{ end }}
diff --git a/core/aptrust_client_v3_test.go b/core/aptrust_client_v3_test.go
index 114eb0e..c180f8d 100644
--- a/core/aptrust_client_v3_test.go
+++ b/core/aptrust_client_v3_test.go
@@ -397,13 +397,13 @@ var objectResponseJson = `
}`
var expectedWorkItemHTML = `
-Recent Work Items
`
var expectedObjectListHTML = `
-Recently Ingested Objects
Identifier |
Storage Option |
+ Last Updated |
@@ -451,21 +455,25 @@ var expectedObjectListHTML = `
knox.edu/KNOX_000089 |
Glacier-Deep-OH |
+ 2023-11-21 |
knox.edu/KNOX_000088 |
Glacier-Deep-OH |
+ 2023-11-21 |
knox.edu/KNOX_000080 |
Glacier-Deep-OH |
+ 2023-11-21 |
knox.edu/KNOX_000087 |
Glacier-Deep-OH |
+ 2023-11-21 |
diff --git a/server/views/dashboard/show.html b/server/views/dashboard/show.html
index 8e45c39..bf31c59 100644
--- a/server/views/dashboard/show.html
+++ b/server/views/dashboard/show.html
@@ -3,7 +3,7 @@
{{ template "partials/page_header.html" .}}
-