improved search, integrated legacy modules into navigation

This commit is contained in:
2025-07-04 23:48:28 +02:00
parent b0817319bd
commit fc94cced1e
3 changed files with 48 additions and 47 deletions

View File

@@ -11,6 +11,7 @@ public class Paths {
public static final String INSTALL = "install";
public static final String JAVASCRIPT = "js";
public static final String MENU = "menu";
public static final String MODULES = "modules";
public static final String NOTIFY = "notify";
public static final String BUTTONS = "buttons";
public static final String OIDC_LOGIN = "oidc_login";