summaryrefslogtreecommitdiff
path: root/windowForgePatchsets.go
diff options
context:
space:
mode:
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")