diff --git a/WebCms/Views/Queue/Index.cshtml b/WebCms/Views/Queue/Index.cshtml index 8e03f76..3f1007c 100644 --- a/WebCms/Views/Queue/Index.cshtml +++ b/WebCms/Views/Queue/Index.cshtml @@ -6,7 +6,7 @@ var grid = new WebGrid(Model.Items, rowsPerPage: 45); } -
+
Service description: @Model.ServerDescription
@*Est. processing time by LeafInput size - @@ -37,7 +37,7 @@ grid.Column("Name", "Submitted By"), grid.Column("TimeInProgress", "Statistics", item => Statistics(item.Value)), grid.Column("CurrentStatus", "Status", item => Status(item.Value)), - grid.Column("Total Results: " + Model.Items.Count(), format: item => Btns(item.Value))), + grid.Column("Total Results: " + Model.Items.Count(), format: item => Actions(item.Value))), htmlAttributes: new {@class = "table table-sm table-striped table-bordered table-hover"} ) @grid.BootstrapPager() @@ -53,37 +53,37 @@ else @Html.Partial("DisplayTemplates/_LeafInputStatus", leafInput) } -@helper Btns(LeafInput item) +@helper Actions(LeafInput item) {
- - + + + + + + +
} @@ -163,6 +163,5 @@ else @helper DisableItem(bool disabled) { -if (disabled) -{class="disabled"} +if (disabled){disabled} } \ No newline at end of file