summaryrefslogtreecommitdiff
path: root/linuxstatus/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 07:09:59 -0600
committerJeff Carr <[email protected]>2024-01-07 07:09:59 -0600
commit807b3be94f4be4b1aeea48695474aca1bfef4ab2 (patch)
tree5af8e1b94ebbe5bb7148848aa926ab74f1ab2793 /linuxstatus/draw.go
parent930bdc941b1181460f4c38dc708dc53d583ab5d3 (diff)
window titles update to correct values
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/draw.go')
-rw-r--r--linuxstatus/draw.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go
index 5b76b49..6b7d6bd 100644
--- a/linuxstatus/draw.go
+++ b/linuxstatus/draw.go
@@ -24,6 +24,7 @@ func draw(ls *LinuxStatus) {
ls.uid = gadgets.NewOneLiner(ls.grid, "UID =")
ls.IPv4 = gadgets.NewOneLiner(ls.grid, "Current IPv4 =")
ls.IPv6 = gadgets.NewOneLiner(ls.grid, "Current IPv6 =")
+ ls.workingIPv4 = gadgets.NewOneLiner(ls.grid, "Real IPv4 =")
ls.workingIPv6 = gadgets.NewOneLiner(ls.grid, "Real IPv6 =")
// ls.nics = gadgets.NewOneLiner(ls.grid, "network intefaces =")