From b5f2299b8c0d7e5764e9d45b787e75ce3ee80684 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Thu, 26 Aug 2021 04:54:05 +0000 Subject: [PATCH] COnsole: ui cleanups --- daemon/HTTPServer.cpp | 12 ++++++------ webconsole/style.css | 24 ++++++++++++++++++++---- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 5348e81b..65add91a 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -689,8 +689,8 @@ namespace http { bool i2pcontrol; i2p::config::GetOption("i2pcontrol.enabled", i2pcontrol); if (httpproxy || socksproxy || bob || sam || i2cp || i2pcontrol) { s << "" - << "" << tr("Router Services") << "\r\n"; - s << ""; + << "" << tr("Router Services") << "\r\n"; + s << "
"; if (httpproxy) s << " HTTP " << tr("Proxy") << " "; if (socksproxy) @@ -703,7 +703,7 @@ namespace http { s << " I2CP "; if (i2pcontrol) s << " I2PControl"; - s << "\r\n"; + s << "
\r\n\r\n"; } /* s << "" << "HTTP " << tr("Proxy") << "