| ");
- sb.Append($"RECENT EVENTS");
+ sb.Append($"DETAILS");
sb.Append(" |
");
foreach (var item in context.Details)
@@ -266,7 +266,7 @@ private static string BuildPlainTextBody(
if (context?.Details?.Count > 0)
{
- sb.Append($"\r\n--- Recent Events ---\r\n");
+ sb.Append($"\r\n--- Details ---\r\n");
foreach (var item in context.Details)
{
sb.Append($"\r\n {item.Heading}\r\n");
diff --git a/Dashboard/Services/ServerIdHelper.cs b/Dashboard/Services/ServerIdHelper.cs
new file mode 100644
index 00000000..5c86bec7
--- /dev/null
+++ b/Dashboard/Services/ServerIdHelper.cs
@@ -0,0 +1,41 @@
+/*
+ * Copyright (c) 2026 Erik Darling, Darling Data LLC
+ *
+ * This file is part of the SQL Server Performance Monitor.
+ *
+ * Licensed under the MIT License. See LICENSE file in the project root for full license information.
+ */
+
+namespace PerformanceMonitorDashboard.Services;
+
+///