Correct reports not having all query parameters
Other small corrections
This commit is contained in:
@@ -9,23 +9,7 @@
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
|
||||
<div>
|
||||
<dl class="inline">
|
||||
<dt>@Html.DisplayNameFor(m => m.Query.Year)</dt>
|
||||
<dd>@Html.Encode(Model.Query.Year)</dd>
|
||||
</dl>
|
||||
<dl class="inline">
|
||||
<dt>@Html.DisplayNameFor(m => m.Query.Month)</dt>
|
||||
<dd>@Html.Encode(Model.Query.Month)</dd>
|
||||
</dl>
|
||||
@if (Model.Query.LogType.HasValue)
|
||||
{
|
||||
<dl class="inline">
|
||||
<dt>Type</dt>
|
||||
<dd>@Html.Encode(Model.Query.LogType)</dd>
|
||||
</dl>
|
||||
}
|
||||
</div>
|
||||
@Html.DisplayFor(m => m.Query)
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user