minor
This commit is contained in:
parent
8e3008cfe8
commit
2232aa5823
|
@ -39,6 +39,9 @@ func (pb *Patches) makeStandardTable() *PatchesTable {
|
|||
col = t.AddPatchId()
|
||||
col.Width = 8
|
||||
|
||||
col = t.AddNewHash()
|
||||
col.Width = 8
|
||||
|
||||
col = t.AddTimeFunc("ctime", func(p *Patch) time.Time {
|
||||
// todo
|
||||
return p.Ctime.AsTime()
|
||||
|
|
Loading…
Reference in New Issue