| 255 | } |
| 256 | |
| 257 | static void ShowError(std::stringstream& s, std::string_view string) |
| 258 | { |
| 259 | s << "<b>" << tr("ERROR") << ":</b> " << string << "<br>\r\n"; |
| 260 | } |
| 261 | |
| 262 | static void ShowNetworkStatus (std::stringstream& s, RouterStatus status, bool testing, RouterError error) |
| 263 | { |
no test coverage detected