Add reactive to mileage entry page
This commit is contained in:
+4
-4
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user