diff options
| author | Jeff Carr <[email protected]> | 2025-02-23 05:23:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-23 13:13:30 -0600 |
| commit | c6cb62c86db76bfbdf3b05454a27407c4ca5514a (patch) | |
| tree | 2a996fbf6255e7aa0854950edd1d6c1c103dc1d3 | |
| parent | 0f546d57fc49cba346d02873800a5898f7113f86 (diff) | |
sends the table across
| -rw-r--r-- | droplet.update.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/droplet.update.go b/droplet.update.go index 4e1ffa2..0c935f5 100644 --- a/droplet.update.go +++ b/droplet.update.go @@ -49,6 +49,7 @@ func (mt *DropletsTable) Update() { } */ } + mt.parent.ShowTable(mt.pb) } func (mt *DropletsTable) updateStringFunc(name string) bool { |
