Add Only my data to
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user