aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-18 18:06:54 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-18 18:06:54 +0200
commita9bfe40f63207f11cfcf50ba8ff6010e4377c134 (patch)
tree33e83321e94fe8d404b5d07e3605d2fd572f0f51 /src
parent630559d69f4e6adba776186bcebea49a40386cc7 (diff)
downloadisda-a9bfe40f63207f11cfcf50ba8ff6010e4377c134.tar
isda-a9bfe40f63207f11cfcf50ba8ff6010e4377c134.tar.bz2
isda-a9bfe40f63207f11cfcf50ba8ff6010e4377c134.tar.zst
rename project
Diffstat (limited to 'src')
-rw-r--r--src/webui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webui.rs b/src/webui.rs
index f2685d0..73add5f 100644
--- a/src/webui.rs
+++ b/src/webui.rs
@@ -36,7 +36,7 @@ pub(crate) async fn webui(S(state): S<Arc<RwLock<State>>>) -> Html<String> {
meta[charset="UTF-8"];
link[rel="stylesheet", href="/style.css"];
script[src="/webui_live.js", defer] {}
- title { "Queue-Server" }
+ title { @env!("CARGO_PKG_NAME") }
}
body {
section[id="workers"] {