Rename dashboard title to 'Session Dashboard'
This commit is contained in:
@@ -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; }}
|
||||||
|
|||||||
Reference in New Issue
Block a user