From e9cd67f5d9ea39fe0a5cd7f6344053bbb528a9c0 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Tue, 12 May 2026 20:55:58 -0400 Subject: [PATCH] PR 3: Observability back-links and terminology cleanup - Added an Observability back-link at the top of all 7 Observability-area pages (AuditLog, SystemLogs, SystemInfo, AiUsageReport, UsageQuota, BannedIps, Diagnostics/Index) consistent with the Maintenance back-link pattern from PR 2 - Renamed company-level nav label and view title from "Notification Log" to "Email & SMS Log" to distinguish it clearly from the platform-level "Platform Notifications", "Audit Log", and "System Logs" surfaces Co-Authored-By: Claude Sonnet 4.6 --- src/PowderCoating.Web/Views/AiUsageReport/Index.cshtml | 5 +++++ src/PowderCoating.Web/Views/AuditLog/Index.cshtml | 5 +++++ src/PowderCoating.Web/Views/BannedIps/Index.cshtml | 5 +++++ src/PowderCoating.Web/Views/Diagnostics/Index.cshtml | 5 +++++ src/PowderCoating.Web/Views/NotificationLogs/Index.cshtml | 2 +- src/PowderCoating.Web/Views/Shared/_Layout.cshtml | 2 +- src/PowderCoating.Web/Views/SystemInfo/Index.cshtml | 5 +++++ src/PowderCoating.Web/Views/SystemLogs/Index.cshtml | 5 +++++ src/PowderCoating.Web/Views/UsageQuota/Index.cshtml | 5 +++++ 9 files changed, 37 insertions(+), 2 deletions(-) diff --git a/src/PowderCoating.Web/Views/AiUsageReport/Index.cshtml b/src/PowderCoating.Web/Views/AiUsageReport/Index.cshtml index 6bbe8f3..b9bcdd9 100644 --- a/src/PowderCoating.Web/Views/AiUsageReport/Index.cshtml +++ b/src/PowderCoating.Web/Views/AiUsageReport/Index.cshtml @@ -17,6 +17,11 @@ }
+

AI Usage Report

diff --git a/src/PowderCoating.Web/Views/AuditLog/Index.cshtml b/src/PowderCoating.Web/Views/AuditLog/Index.cshtml index b118d9b..5b608ec 100644 --- a/src/PowderCoating.Web/Views/AuditLog/Index.cshtml +++ b/src/PowderCoating.Web/Views/AuditLog/Index.cshtml @@ -37,6 +37,11 @@ }
+

Audit Log

diff --git a/src/PowderCoating.Web/Views/BannedIps/Index.cshtml b/src/PowderCoating.Web/Views/BannedIps/Index.cshtml index 53b662e..5f0a2d5 100644 --- a/src/PowderCoating.Web/Views/BannedIps/Index.cshtml +++ b/src/PowderCoating.Web/Views/BannedIps/Index.cshtml @@ -8,6 +8,11 @@ }
+ @* Add new ban form *@
diff --git a/src/PowderCoating.Web/Views/Diagnostics/Index.cshtml b/src/PowderCoating.Web/Views/Diagnostics/Index.cshtml index 900f141..1c4628b 100644 --- a/src/PowderCoating.Web/Views/Diagnostics/Index.cshtml +++ b/src/PowderCoating.Web/Views/Diagnostics/Index.cshtml @@ -5,6 +5,11 @@ }
+
diff --git a/src/PowderCoating.Web/Views/NotificationLogs/Index.cshtml b/src/PowderCoating.Web/Views/NotificationLogs/Index.cshtml index b10d82b..a396c19 100644 --- a/src/PowderCoating.Web/Views/NotificationLogs/Index.cshtml +++ b/src/PowderCoating.Web/Views/NotificationLogs/Index.cshtml @@ -1,6 +1,6 @@ @model PowderCoating.Application.DTOs.Common.PagedResult @{ - ViewData["Title"] = "Notification Log"; + ViewData["Title"] = "Email & SMS Log"; ViewData["PageIcon"] = "bi-bell-history"; var sortCol = ViewBag.SortColumn as string ?? "SentAt"; var sortDir = ViewBag.SortDirection as string ?? "desc"; diff --git a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml index 58c8fcb..726452f 100644 --- a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml +++ b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml @@ -1491,7 +1491,7 @@
  • Tools
  • } -
  • Notification Log
  • +
  • Email & SMS Log
  • Report a Bug
  • diff --git a/src/PowderCoating.Web/Views/SystemInfo/Index.cshtml b/src/PowderCoating.Web/Views/SystemInfo/Index.cshtml index 1df816a..d6a9aa8 100644 --- a/src/PowderCoating.Web/Views/SystemInfo/Index.cshtml +++ b/src/PowderCoating.Web/Views/SystemInfo/Index.cshtml @@ -14,6 +14,11 @@ } +
    Read-only diagnostics
    diff --git a/src/PowderCoating.Web/Views/SystemLogs/Index.cshtml b/src/PowderCoating.Web/Views/SystemLogs/Index.cshtml index 2fbfca8..f4119c0 100644 --- a/src/PowderCoating.Web/Views/SystemLogs/Index.cshtml +++ b/src/PowderCoating.Web/Views/SystemLogs/Index.cshtml @@ -41,6 +41,11 @@ }
    +

    System Logs

    diff --git a/src/PowderCoating.Web/Views/UsageQuota/Index.cshtml b/src/PowderCoating.Web/Views/UsageQuota/Index.cshtml index 275355f..b571eed 100644 --- a/src/PowderCoating.Web/Views/UsageQuota/Index.cshtml +++ b/src/PowderCoating.Web/Views/UsageQuota/Index.cshtml @@ -33,6 +33,11 @@ }
    +

    Usage & Quota