Remove 'Dashboard' from dashboard page title

This commit is contained in:
Johannes Zellner
2026-03-05 12:05:54 +01:00
parent 38efa6a2ba
commit 0ff8dcc8e9
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= name %> Dashboard</title>
<title><%= name %></title>
</head>
<body>
<div id="app" style="overflow: hidden; height: 100%;"></div>