summaryrefslogtreecommitdiff
path: root/windowForgePatchsets.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 19:10:37 -0600
committerJeff Carr <[email protected]>2025-02-07 19:10:37 -0600
commit1dd4a2d97966196dd1ed3a762bd501c0b3288d61 (patch)
treedc22e34c24b653aa183903b5117ee5f478a93cfc /windowForgePatchsets.go
parent1d89d38bc3effde9c56a713ca3ce00302acc511e (diff)
minor fixesv0.22.72
Diffstat (limited to 'windowForgePatchsets.go')
-rw-r--r--windowForgePatchsets.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/windowForgePatchsets.go b/windowForgePatchsets.go
index fdd1944..d28333c 100644
--- a/windowForgePatchsets.go
+++ b/windowForgePatchsets.go
@@ -169,6 +169,7 @@ func (r *patchesWindow) addPatchsetNew(pset *forgepb.Patchset) {
r.psetgrid.NewLabel(pset.Name)
r.psetgrid.NewLabel(pset.Comment)
r.psetgrid.NewLabel(pset.GitAuthorName)
+ r.psetgrid.NewLabel(pset.Uuid)
ctime := pset.Ctime.AsTime()
stime := ctime.UTC().Format("2006-01-02_15:04:05_UTC")