Details and queue management

This commit is contained in:
2017-01-06 08:43:22 -05:00
parent d14e40a36b
commit 42ac27e16f
24 changed files with 260 additions and 51 deletions
+1 -4
View File
@@ -18,8 +18,5 @@
@helper ChartLink(dynamic item)
{
if (item.HasLeafChart)
{
@Html.Partial("DisplayTemplates/_ChartButton", (int)item.LeafInputId)
}
@Html.Partial("DisplayTemplates/_ChartButton", (int)item.LeafInputId, new ViewDataDictionary { { "Disabled", !item.HasLeafChart }, {"xs", true} })
}