diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 6a4217c1..74d08209 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -495,7 +495,7 @@ namespace http { s << "\r\n" "\r\n" "
\r\n\r\n" - "\r\n"; out_tags += it.second->GetNumOutgoingTags (); } - s << "\r\n" << "
" + "
" "" << tr("Main page") << " " // TODO placeholder for graceful shutdown button (requires token) "" << it.second->GetNumOutgoingTags () << "
" << tr("Outgoing Session Tags") + s << "
" << tr("Outgoing Session Tags") << " [" << out_tags << "]
\r\n" @@ -873,7 +873,8 @@ namespace http { auto numECIESx25519Tags = dest->GetNumIncomingECIESx25519Tags (); if (numECIESx25519Tags > 0) { - s << ""; + s << "\r\n"; if (!dest->GetECIESx25519Sessions ().empty ()) diff --git a/webconsole/style.css b/webconsole/style.css index 7bc242db..a2acbf3e 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -570,10 +570,13 @@ td:last-child { width: 13% !important; } +#header, #navlinks { + background: var(--header); +} + #navlinks { padding: 10px 2px !important; font-size: 100%; - background: var(--header); } #navlinks a:hover {
ECIESx25519
\r\n" << tr("Incoming Tags") + s << "
ECIESx25519
" << tr("Incoming Tags") << " [" << numECIESx25519Tags << "]