diff --git a/pkg/public/index.html b/pkg/public/index.html
index 098709d..f15ac27 100755
--- a/pkg/public/index.html
+++ b/pkg/public/index.html
@@ -142,7 +142,7 @@
UUID |
Alive |
Device |
- User |
+ Segment |
Protocol |
Connection |
Rx|Tx Traffic |
@@ -155,9 +155,9 @@
output |
{{ prettyTime .AliveTime }} |
{{ .Device }} |
- -- |
+ ID:{{ .Segment }} |
{{ .Protocol }} |
- {{ .Connection }} |
+ {{ .Remote }} |
{{ .RxBytes }} | {{ .TxBytes }} |
{{ if .RxBytes }}success
@@ -170,8 +170,8 @@
|
{{ .Name }} |
{{ prettyTime .AliveTime }} |
- spi:{{ .Spi }} |
- -- |
+ loopback |
+ ID:{{ .Spi }} |
esp |
{{ .Remote }} |
{{ .RxBytes }} | {{ .TxBytes }} |