summaryrefslogtreecommitdiff
path: root/tableStats.go
diff options
context:
space:
mode:
Diffstat (limited to 'tableStats.go')
-rw-r--r--tableStats.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tableStats.go b/tableStats.go
index 20e1c63..f229553 100644
--- a/tableStats.go
+++ b/tableStats.go
@@ -42,9 +42,9 @@ func (pb *Stats) MakeTable(name string) *StatsTable {
col.Width = 28
col = t.AddStringFunc("Name", func(r *Stat) string {
- return "todo from []slice"
+ return r.SanitizedSubject
})
- col.Width = 20
+ col.Width = -1
// col = t.AddSubject()
// col.Width = -1