summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-19 02:49:44 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:45 -0600
commit3a42f0f9a5dbd14ab5b1a6ff0780dbac82407765 (patch)
tree48e541158b432931fab4d03870da9b61f5faa386
parent58ff04ba4d48f4a3d73798f1a037e2128987f04c (diff)
string rows
-rw-r--r--doGui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index 829c754..3bc8d29 100644
--- a/doGui.go
+++ b/doGui.go
@@ -79,6 +79,7 @@ func drawWindow(win *gadgets.BasicWindow) {
grid.NewButton("me.machines.ShowTable()", func() {
t := me.machines.NewTable("test 2")
+ t.AddHostname()
t.ShowTable()
})