Skip to content

Commit 1cbba26

Browse files
author
rhamlett_microsoft
committed
Changed some UI elements on home page to reflect .NET 10 and Windows context.
1 parent 946e95c commit 1cbba26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/PerfProblemSimulator/wwwroot/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</head>
1313
<body>
1414
<header class="header">
15-
<h1>🔥 Performance Problem Simulator</h1>
15+
<h1>🔥 Performance Problem Simulator - .NET 10 on Windows</h1>
1616
<div style="display: flex; align-items: center; gap: 1.5rem;">
1717
<a href="https://github.com/rhamlett/PerfProblemSimulator-NETCore" target="_blank" style="color: white; text-decoration: none; padding: 0.5rem 1rem; background: rgba(255,255,255,0.1); border-radius: 4px; transition: background 0.15s ease;">🐙 GitHub</a>
1818
<a href="/documentation.html" style="color: white; text-decoration: none; padding: 0.5rem 1rem; background: rgba(255,255,255,0.1); border-radius: 4px; transition: background 0.15s ease;">📚 Documentation</a>
@@ -91,7 +91,7 @@ <h3>🧵 Thread Pool Activity</h3>
9191
<section class="latency-section">
9292
<h2>⏱️ Request Latency Monitor</h2>
9393
<p class="info-text">Measures response time to a lightweight probe endpoint. During thread pool starvation, latency increases dramatically.</p>
94-
94+
<!--
9595
<div class="latency-stats">
9696
<div class="latency-stat current">
9797
<div class="latency-label">Current</div>
@@ -113,7 +113,7 @@ <h2>⏱️ Request Latency Monitor</h2>
113113
<div class="latency-value" id="latencyTimeouts">0</div>
114114
<div class="latency-unit">count</div>
115115
</div>
116-
</div>
116+
</div>-->
117117

118118
<div class="chart-container latency-chart-container">
119119
<h3>📊 Response Latency Over Time</h3>

0 commit comments

Comments
 (0)