@model Disco.Web.Areas.Config.Models.Export.ShowModel @{ Authorization.Require(Claims.Config.ManageSavedExports); ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Exports", MVC.Config.Export.Index(), "Saved " + Model.ExportTypeName + ": " + Model.Name); } @if (Model.WasSaved) {
The saved export was updated.
The scheduled export was run.