Add filtering

Improve matching
This commit is contained in:
2015-09-25 11:15:57 -04:00
parent 5e90c6d330
commit 46dfaba731
14 changed files with 157 additions and 86 deletions
+2 -2
View File
@@ -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>
}