Add Only my data to

This commit is contained in:
2020-07-21 07:38:56 -04:00
parent 28377cfce8
commit cd6bd2d0e5
8 changed files with 97 additions and 67 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
Service description: @Model.ServerDescription
</div>
</div>
<div class="row align-items-end">
<div class="row align-items-end mb-3">
<div class="col-3 order-last order-sm-first font-italic font-weight-light ">
<strong>@Model.Items.Count()</strong> results
@*Est. processing time by LeafInput size -
@@ -32,7 +32,7 @@
@if (Model.Items.Any())
{
<div id="queue" class="table-responsive mt-3">
<div id="queue" class="table-responsive">
@grid.Table(columns:
grid.Columns(
grid.Column("Identifier", "Identifier"),