diff options
| author | Jeff Carr <[email protected]> | 2025-03-24 21:53:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-24 21:53:31 -0500 |
| commit | 1fd6b1d36d099a3301b62293d004e26bea83a070 (patch) | |
| tree | 22d5a8d029d5080c0c16032fcae176e0cbd5892f /windowDroplets.go | |
| parent | a7e639cdb0d34fee66b4a85def25be4fea7e635e (diff) | |
Diffstat (limited to 'windowDroplets.go')
| -rw-r--r-- | windowDroplets.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowDroplets.go b/windowDroplets.go index 09c2d18..2c7aa81 100644 --- a/windowDroplets.go +++ b/windowDroplets.go @@ -161,7 +161,7 @@ func (dw *stdDropletTableWin) doInactiveDroplets(pb *virtpb.Droplets) { return d.Current.Hypervisor }) */ - vp := t.AddButtonFunc("Configure Hostname", func(p *virtpb.Droplet) string { + vp := t.AddButtonFunc("Verify Config", func(p *virtpb.Droplet) string { return p.Hostname }) vp.Custom = func(d *virtpb.Droplet) { |
