This commit is contained in:
Jeff Carr 2025-09-23 14:51:09 -05:00
parent 8e3008cfe8
commit 2232aa5823
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ func (pb *Patches) makeStandardTable() *PatchesTable {
col = t.AddPatchId() col = t.AddPatchId()
col.Width = 8 col.Width = 8
col = t.AddNewHash()
col.Width = 8
col = t.AddTimeFunc("ctime", func(p *Patch) time.Time { col = t.AddTimeFunc("ctime", func(p *Patch) time.Time {
// todo // todo
return p.Ctime.AsTime() return p.Ctime.AsTime()