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