Log Import for CreateLog
This commit is contained in:
@@ -36,7 +36,10 @@
|
||||
{
|
||||
var viewModel = Model[i];
|
||||
<tr id="log-@i">
|
||||
<form>@Html.EditorFor(x => viewModel)</form>
|
||||
@using (Html.BeginForm("ImportCreate", "Log", FormMethod.Post))
|
||||
{
|
||||
@Html.EditorFor(x => viewModel)
|
||||
}
|
||||
<td class="import-status"></td>
|
||||
<td class="import-message"></td>
|
||||
<td>@Html.ValueFor(x => viewModel.VehicleId)</td>
|
||||
|
||||
Reference in New Issue
Block a user