feat(kpi): K15 — Audit Log trend charts
This commit is contained in:
@@ -62,6 +62,9 @@ public class AuditLogPageScaffoldTests : BunitContext
|
||||
// Provide stand-ins so the scaffold smoke tests still render the page.
|
||||
Services.AddSingleton(Substitute.For<ZB.MOM.WW.ScadaBridge.Commons.Interfaces.Repositories.ISiteRepository>());
|
||||
Services.AddSingleton(_queryService);
|
||||
// M6 (K15): the page now injects IKpiHistoryQueryService for the Trends
|
||||
// panel. Provide a stand-in so the scaffold/drill-in renders still work.
|
||||
Services.AddSingleton(Substitute.For<IKpiHistoryQueryService>());
|
||||
|
||||
if (!string.IsNullOrEmpty(query))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user