diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( "go.wit.com/gui/gadgets" // "go.wit.com/gui/cloudflare" "go.wit.com/control-panels/dns/linuxstatus" + "go.wit.com/control-panels/dns/smartwindow" "github.com/miekg/dns" ) @@ -60,6 +61,7 @@ type Host struct { digStatusButton *gui.Node witcom *gadgets.BasicWindow fixButton *gui.Node + fixWindow *smartwindow.SmartWindow } type IPtype struct { |
