Merge pull request #2296 from LLE8/fix_webconsole_main_page

Small webconsole html fix
This commit is contained in:
orignal
2026-01-21 18:45:35 -05:00
committed by GitHub

View File

@@ -392,7 +392,10 @@ namespace http {
}
s << "</tbody>\r\n</table>\r\n";
}
s << "</div>\r\n</div>\r\n";
if ((outputFormat == OutputFormatEnum::forWebConsole) || !includeHiddenContent) {
s << "</div>\r\n"; // class slidecontent
}
s << "</div>\r\n"; // class slide
if (outputFormat == OutputFormatEnum::forQtUi) {
s << "<br>";
}