From bebd3674364528fa2a4a6b92ba51c49373d7ed62 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 6 Jul 2024 01:21:29 +1200 Subject: [PATCH] move buttons to view message logs to node info panel --- src/public/index.html | 46 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 005bc98..10bf900 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -557,6 +557,47 @@ + +
+ + + +
+
+ + + +
+
+
Sent Msgs
+
+ + + +
+
+ + + +
+
+
Received Msgs
+
+ + + +
+
+ + + +
+
+
Gated Msgs
+
+ +
+
Details
@@ -3610,11 +3651,6 @@ tooltip += `

`; tooltip += `
`; tooltip += `
`; - tooltip += `
`; - tooltip += `
`; - tooltip += `Sent Msgs`; - tooltip += `Received Msgs`; - tooltip += `Gated Msgs`; tooltip += `
`; return tooltip;