summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 12:07:37 -0500
committerJeff Carr <[email protected]>2025-10-08 12:07:37 -0500
commit811ba39a7290cfbf5f72ab3b5aa769da09224b2d (patch)
tree3cd178fd3e8aa68c2106fda2ab8844359f4e7324 /tableDefault.go
parent20af23b48f28170f72324c387212bc57e538244d (diff)
more apt values
Diffstat (limited to 'tableDefault.go')
-rw-r--r--tableDefault.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/tableDefault.go b/tableDefault.go
index 038fe4d..4d39176 100644
--- a/tableDefault.go
+++ b/tableDefault.go
@@ -102,11 +102,17 @@ func (m *Machine) makeSmartTable(pb *Packages) *PackagesTable {
col.Width = 3
col = t.AddName()
- col.Width = 30
+ col.Width = 16
col = t.AddVersion()
col.Width = 20
+ col = t.AddMD5SUM()
+ col.Width = 8
+
+ col = t.AddPackageBuildDate()
+ col.Width = 20
+
col = t.AddPkgName()
col.Width = -1
col.Header.Name = "apt package path"