1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

date range search on logs

This commit is contained in:
Kyle Spearrin
2019-10-01 09:02:36 -04:00
parent b99f6cdbc1
commit 47fed7ab80
3 changed files with 17 additions and 2 deletions

View File

@ -25,6 +25,8 @@
<option asp-selected="@(Model.Project == "Notifications")" value="Notifications">Notifications</option>
<option asp-selected="@(Model.Project == "Icons")" value="Icons">Icons</option>
</select>
<input class="form-control mb-2 mr-2" type="datetime-local" asp-for="Start" name="start">
<input class="form-control mb-2 mr-2" type="datetime-local" asp-for="End" name="end">
<button type="submit" class="btn btn-primary mb-2" title="Search"><i class="fa fa-search"></i> Search</button>
</form>