Updated frontend

This commit is contained in:
UnlegitDqrk
2026-03-02 18:41:19 +01:00
parent 740e85fa3f
commit aeadf55ec9
5 changed files with 9 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ import java.util.Map;
* </ul>
*/
@Route(path = "/dashboard.html")
public final class dashboard implements WebPage {
public final class dashboard extends WebPage {
private static Integer normalizeNullableInt(String s) {
if (s == null) return null;