diff --git a/src/ui_server/mod.rs b/src/ui_server/mod.rs index 80cd69e..c297c29 100644 --- a/src/ui_server/mod.rs +++ b/src/ui_server/mod.rs @@ -289,7 +289,7 @@ pub async fn serve_minimal() -> impl IntoResponse { }; match html_res { - Ok(html) => (StatusCode::OK, [("content-type", "text/html")], Html(html)), + Ok(html) => (StatusCode::OK, [("content-type", "text/html; charset=utf-8")], Html(html)), Err(e) => { error!("Failed to load minimal UI: {e}"); ( @@ -530,7 +530,7 @@ pub async fn serve_suite(bot_name: Option) -> impl IntoResponse { html = remove_section(&html, "settings"); } - (StatusCode::OK, [("content-type", "text/html")], Html(html)) + (StatusCode::OK, [("content-type", "text/html; charset=utf-8")], Html(html)) } Err(e) => { error!("Failed to load suite UI: {e}"); diff --git a/ui/minimal/index.html b/ui/minimal/index.html index d2c8547..13ae0d6 100644 --- a/ui/minimal/index.html +++ b/ui/minimal/index.html @@ -1,1718 +1,1794 @@ - - - General Bots - - - - - - - - - -
-
-
- - + } + + + + +
+
+
+ +
+