refacto query status

This commit is contained in:
Paul Schneider 2026-07-04 22:35:53 +01:00
commit 7b3a236bcc
11 changed files with 20 additions and 53 deletions

View file

@ -53,12 +53,6 @@
<dd>
@Html.DisplayFor(model => model.Previsional)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Reviewed)
</dt>
<dd>
@Html.DisplayFor(model => model.Reviewed)
</dd>
<dt>
@Html.DisplayNameFor(model => model.DateModified)
</dt>

View file

@ -58,12 +58,6 @@
<dd>
@Html.DisplayFor(model => model.Previsional)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Reviewed)
</dt>
<dd>
@Html.DisplayFor(model => model.Reviewed)
</dd>
<dt>
@Html.DisplayNameFor(model => model.DateModified)
</dt>

View file

@ -42,14 +42,6 @@
<span asp-validation-for="Previsional" class="text-danger" ></span>
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-10">
<div class="checkbox">
<input asp-for="Reviewed" />
<label asp-for="Reviewed"></label>
</div>
</div>
</div>
<div class="form-group">
<label asp-for="Status" class="col-md-2 control-label"></label>
<div class="col-md-10">

View file

@ -32,9 +32,6 @@
<th>
@Html.DisplayNameFor(model => model.Previsional)
</th>
<th>
@Html.DisplayNameFor(model => model.Reviewed)
</th>
<th>
@Html.DisplayNameFor(model => model.DateModified)
</th>
@ -79,9 +76,6 @@
<td>
@Html.DisplayFor(modelItem => item.Previsional)
</td>
<td>
@Html.DisplayFor(modelItem => item.Reviewed)
</td>
<td>
@Html.DisplayFor(modelItem => item.DateModified)
</td>