From 205b1fe1edb5424f23a1b36f9e39df14765ff5af Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Mar 2025 08:30:06 -0500 Subject: [PATCH] add hostname --- windowNewPatchsets.go | 1 + 1 file changed, 1 insertion(+) diff --git a/windowNewPatchsets.go b/windowNewPatchsets.go index f5a786f..59c9d15 100644 --- a/windowNewPatchsets.go +++ b/windowNewPatchsets.go @@ -165,6 +165,7 @@ func AddPatchsetsPB(tbox *gui.Node, pb *forgepb.Patchsets) *forgepb.PatchsetsTab t.AddComment() t.AddState() + t.AddHostname() ctimef := func(p *forgepb.Patchset) string { ctime := p.Ctime.AsTime()