Update chart link

This commit is contained in:
2017-01-06 09:25:35 -05:00
parent 42ac27e16f
commit 9d0524dd72
5 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ namespace LeafWeb.WebCms.Controllers
var leafInput = DataService.GetLeafInput(id);
// don't allow currently running LeafInput to be deleted
if (leafInput.IsRunning)
if (leafInput.IsInProgress)
{
SetStatusMessage($"LeafInput '{leafInput.Identifier}' is currently running!", StatusType.Error);
return View(Request.UrlReferrer.ToString());