add new name for it SignalScope

This commit is contained in:
larssand
2026-06-22 21:14:54 +02:00
parent 9c51b92303
commit 0bc51bdd0d
3 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ HTML = """<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fgAI Monitor</title>
<title>SignalScope Monitor</title>
<style>
:root { color-scheme: light; font-family: Arial, sans-serif; background: #f5f7f9; color: #16202a; }
body { margin: 0; }
@@ -59,7 +59,7 @@ HTML = """<!doctype html>
</style>
</head>
<body>
<header><h1>fgAI Monitor</h1><div id="stamp" class="muted"></div><div id="capabilities" class="capabilities"></div></header>
<header><h1>SignalScope Monitor</h1><div id="stamp" class="muted"></div><div id="capabilities" class="capabilities"></div></header>
<main>
<section class="hero">
<img src="/images/FGinspectionagent.png" alt="FortiGate AI/ML Analyzer">