summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
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"