summaryrefslogtreecommitdiff
path: root/tableWindow.go
diff options
context:
space:
mode:
Diffstat (limited to 'tableWindow.go')
-rw-r--r--tableWindow.go12
1 files changed, 7 insertions, 5 deletions
diff --git a/tableWindow.go b/tableWindow.go
index 17c7cfa..39e21b9 100644
--- a/tableWindow.go
+++ b/tableWindow.go
@@ -82,11 +82,13 @@ func makeTableWindow() *tableWindow {
// make a grid to put the list of git repos that have patches
// in this particular patchset
pw.grid = g.NewGrid("", 0, 0)
- pw.grid.NewLabel("repo")
- pw.grid.NewLabel("patch name")
- pw.grid.NewLabel("Applied in current branch?")
- pw.grid.NewLabel("start hash")
- pw.grid.NewLabel("")
+ pw.grid.NewLabel("hostname")
+ pw.grid.NewLabel("cpus")
+ pw.grid.NewLabel("Memory")
+ pw.grid.NewLabel("distro")
+ pw.grid.NewLabel("zood")
+ pw.grid.NewLabel("bash")
+ pw.grid.NewLabel("age")
pw.grid.NextRow()
// add the patches to the grid