diff --git a/webapp/lsp-manager/app.xqm b/webapp/lsp-manager/app.xqm
index a657959..ce75122 100644
--- a/webapp/lsp-manager/app.xqm
+++ b/webapp/lsp-manager/app.xqm
@@ -50,9 +50,9 @@ function app:home() as item()* {
-declare %rest:path('/app/profile')
+declare %rest:path('/app/sockets')
function app:profile() {
- cm:htmx2("profile.htm", map{})
+ cm:htmx2("sockets.htm", map{})
};
declare %rest:path('/app/dev')
diff --git a/webapp/lsp-manager/common.xqm b/webapp/lsp-manager/common.xqm
index 0ea74d9..85bf2d5 100644
--- a/webapp/lsp-manager/common.xqm
+++ b/webapp/lsp-manager/common.xqm
@@ -68,7 +68,7 @@ file:resolve-path( $path,file:base-dir())=>file:read-text()
(:~ write a message to standard BaseX log passthru item :)
declare function cm:trace($items as item()*,$msg as xs:string)
as item()*{
- $items,admin:write-log($msg || ": " || serialize($items,map{"method":"basex"}),"MDUI")
+ $items,admin:write-log($msg || ": " || serialize($items,map{"method":"basex"}),"LSP-MAN")
};
declare function cm:status-404()
diff --git a/webapp/lsp-manager/views/layout.htm b/webapp/lsp-manager/views/layout.htm
index f33c025..a7c8160 100644
--- a/webapp/lsp-manager/views/layout.htm
+++ b/webapp/lsp-manager/views/layout.htm
@@ -17,7 +17,7 @@
"selfRequestsOnly": false
}'
/>
-
MDUI
+ LSP manager
@@ -45,7 +45,7 @@