From 8ebd1cbdd5f3524e4656dec4720645e290db4648 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Mon, 20 Nov 2023 09:56:18 +0000 Subject: [PATCH] gui: Display miner ip:port on account page. The miner ip:port are already present in the connected client info so they can be displayed on the account page with only a minor change. Previously only the name of the miner software and the hashrate were displayed which made it impossible to distinguish which client was which. Having the ip:port of the client isn't much better, but it's definitely better than nothing. --- internal/gui/assets/templates/account.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/gui/assets/templates/account.html b/internal/gui/assets/templates/account.html index 90e7e7cf..f8f69aae 100644 --- a/internal/gui/assets/templates/account.html +++ b/internal/gui/assets/templates/account.html @@ -79,6 +79,7 @@

Connected Clients

Miner + IP Hash Rate @@ -86,6 +87,7 @@

Connected Clients

{{ range .ConnectedClients }} {{.Miner}} + {{.IP}} {{.HashRate}} {{else}}