From 1760870219ee0692345dd6f100b2e424a187be4c Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Sat, 11 Jul 2020 12:43:46 -0400 Subject: [PATCH] Adjust header for queue index --- WebCms/Views/Queue/Index.cshtml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/WebCms/Views/Queue/Index.cshtml b/WebCms/Views/Queue/Index.cshtml index 1d3f986..136c888 100644 --- a/WebCms/Views/Queue/Index.cshtml +++ b/WebCms/Views/Queue/Index.cshtml @@ -16,7 +16,7 @@ @using (Html.BeginUmbracoForm("Search", "Queue", null, new { @action = "/leaf-data/manage-queue/" })) {
-
+
@Model.Items.Count() results
Service description: @Model.ServerDescription @*Est. processing time by LeafInput size - @@ -24,7 +24,11 @@ 10: @Model.TimeInProgressEstimater.EstimateTimeInProgress(10).ToRoundedReadableString() 100: @Model.TimeInProgressEstimater.EstimateTimeInProgress(100).ToRoundedReadableString()*@
-
+
+ @DownloadResultsInput() + @DownloadResultsOutput_ToUser() +
+
@@ -94,8 +98,6 @@ @if (Model.Items.Any()) { - @DownloadResultsInput() - @DownloadResultsOutput_ToUser()
@grid.Table(columns: grid.Columns( @@ -263,14 +265,14 @@ else @helper DownloadResultsInput() { - + Input } @helper DownloadResultsOutput_ToUser() { - + Output } \ No newline at end of file