09-01-2023
This commit is contained in:
@@ -48,7 +48,7 @@ namespace ECM.JobRunner.Web.Data
|
||||
|
||||
public class JobHistory
|
||||
{
|
||||
public List<StatusItem> items;
|
||||
public List<StatusItem>? items;
|
||||
public int total;
|
||||
public int success;
|
||||
public int failed;
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
<div class="col-2">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<form>
|
||||
<legend>Filter</legend>
|
||||
<legend>Filter</legend>
|
||||
|
||||
<form>
|
||||
<select class="form-select" aria-label="Default select example" value="@dateFilter" @oninput="DateFilterChanged">
|
||||
<option selected>Please select a value..</option>
|
||||
<option value="1">1 hour</option>
|
||||
@@ -192,4 +192,4 @@
|
||||
|
||||
return filtered;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user