summaryrefslogtreecommitdiff
path: root/tableWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 07:17:35 -0600
committerJeff Carr <[email protected]>2025-02-15 07:28:42 -0600
commit8ad5e779311a5b7be1dd22ee92e582902ba33ed1 (patch)
tree465c0072e2abfcffa6c4bc1ace69684c55ecdd27 /tableWindow.go
parentd3b6c1725d1657d20ba843e5f1323ab8019ea9d1 (diff)
show some more details in the tablev0.0.25
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