Mide en forms
This commit is contained in:
parent
92c7fa6bf3
commit
f84b91ed5f
4 changed files with 7 additions and 75 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<div class="col-md-10">
|
||||
<select name="CommandId" id="CommandId">
|
||||
@foreach (var query in ViewBag.Queries) {
|
||||
<option value="@query.Id" data-clientid="@query.ClientId">@query.GetDescription()</option>
|
||||
<option value="@query.Id" data-clientid="@query.ClientId">@Html.DisplayFor(m=> query)</option>
|
||||
}
|
||||
</select>
|
||||
<span asp-validation-for="ClientId" class="text-danger" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue