diff --git a/MFiles.VAF.Extensions/ConfigurableVaultApplicationBase.GetDashboardContent.cs b/MFiles.VAF.Extensions/ConfigurableVaultApplicationBase.GetDashboardContent.cs index 3175cde..4e71b02 100644 --- a/MFiles.VAF.Extensions/ConfigurableVaultApplicationBase.GetDashboardContent.cs +++ b/MFiles.VAF.Extensions/ConfigurableVaultApplicationBase.GetDashboardContent.cs @@ -59,7 +59,7 @@ public override string GetDashboardContent(IConfigurationRequestContext context) var exception = new Exception("Could not create status dashboard", e); FormattableString message = $"Could not create status dashboard."; this.Logger?.Error(e, message); - return new ExceptionDashboardPanel(exception, $"Could not create status dashboard")?.ToString(); + return new ExceptionDashboardPanel(exception, $"Could not create status dashboard")?.ToXmlString(); } // Add all content in turn.