diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 13:02:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 13:02:43 -0600 |
| commit | 9b4bf224dcf4a7d29433be25e73d33b45b670d0b (patch) | |
| tree | beb9399994472f66a6470586ecf344a995c24805 /errorBox.go | |
| parent | b9929490609301454eacbc4bf0358002efb680c8 (diff) | |
more testing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'errorBox.go')
| -rw-r--r-- | errorBox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/errorBox.go b/errorBox.go index 1e6cbf4..72a7940 100644 --- a/errorBox.go +++ b/errorBox.go @@ -95,7 +95,7 @@ func (eb *errorBox) add(kind string, ip string) bool { anErr.kindLabel = eb.grid.NewLabel(kind) anErr.ipLabel = eb.grid.NewLabel(ip) anErr.statusLabel = eb.grid.NewLabel("") - anErr.button = eb.grid.NewButton(kind, func() { + anErr.button = eb.grid.NewButton("Fix", func() { log.Log(WARN, "got", kind, "here. IP =", ip) eb.fix(tmp) }) |
