Add reactive to mileage entry page

This commit is contained in:
2012-12-15 20:38:51 -05:00
parent 260118ff90
commit 19705f8f38
26 changed files with 692 additions and 259 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
@@ -67,13 +67,13 @@ namespace MileageTraker.Web.Models
/// <summary>
/// url route that was used to create this instance, ie 'CreateLog\Confirm' or 'Logs\Create'
/// </summary>
[HiddenInput]
[HiddenInput(DisplayValue = false)]
public string Source { get; set; }
[HiddenInput]
[HiddenInput(DisplayValue = false)]
public string UserHostAddress { get; set; }
[HiddenInput]
[HiddenInput(DisplayValue = false)]
public string UserAgent { get; set; }
[HiddenInput(DisplayValue = false)]