diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 19:10:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 19:10:37 -0600 |
| commit | 1dd4a2d97966196dd1ed3a762bd501c0b3288d61 (patch) | |
| tree | dc22e34c24b653aa183903b5117ee5f478a93cfc /windowForgePatchsets.go | |
| parent | 1d89d38bc3effde9c56a713ca3ce00302acc511e (diff) | |
minor fixesv0.22.72
Diffstat (limited to 'windowForgePatchsets.go')
| -rw-r--r-- | windowForgePatchsets.go | 1 |
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") |
