From 70dc492fb280721b14c43092bf37ee6b55d36748 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 6 Jul 2024 00:34:07 +1200 Subject: [PATCH] add buttons to open message logs --- src/public/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/public/index.html b/src/public/index.html index 5b124f3..005bc98 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3610,6 +3610,12 @@ tooltip += `

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