string rows

This commit is contained in:
Jeff Carr 2025-02-19 02:49:44 -06:00
parent 58ff04ba4d
commit 3a42f0f9a5
1 changed files with 1 additions and 0 deletions

View File

@ -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()
})