Rename dashboard title to 'Session Dashboard'

This commit is contained in:
GitHub Copilot
2026-01-24 11:34:02 +00:00
parent 1f51d878c8
commit 3e29f925e2
+1 -1
View File
@@ -712,7 +712,7 @@ class LocalServer:
html_content = f"""<!DOCTYPE html> html_content = f"""<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Textual WebTerm Dashboard</title> <title>Session Dashboard</title>
<style> <style>
body {{ font-family: Arial, sans-serif; margin: 16px; background: #0f172a; color: #e2e8f0; }} body {{ font-family: Arial, sans-serif; margin: 16px; background: #0f172a; color: #e2e8f0; }}
h1 {{ margin-bottom: 8px; }} h1 {{ margin-bottom: 8px; }}