diff options
| author | Jeff Carr <[email protected]> | 2025-03-22 08:30:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-22 08:30:06 -0500 |
| commit | 205b1fe1edb5424f23a1b36f9e39df14765ff5af (patch) | |
| tree | 37010d39ceb6c3a101e3f326961217fa81dcf30a | |
| parent | fd9cefdb761966ad9f37cf39425d5b983863bbab (diff) | |
add hostnamev0.22.111
| -rw-r--r-- | windowNewPatchsets.go | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
