Add filtering
Improve matching
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
}
|
||||
@if (viewModel.LogId != null)
|
||||
{
|
||||
@Html.Partial("ImportMatchedLog", new ImportMatchedLogViewModel { LogId = viewModel.LogId.Value })
|
||||
@Html.Partial("MatchLink", new MatchLinkViewModel (viewModel))
|
||||
}
|
||||
</td>
|
||||
<td class="match-message"></td>
|
||||
@@ -65,7 +65,7 @@
|
||||
<script src="@Url.Content("~/Scripts/Shared/FuelLogImport.js")" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
importFuelLogs();
|
||||
matchFuelLogs();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
Reference in New Issue
Block a user