Update: Create Job redirect shows Job Id

This commit is contained in:
Gary Sharp
2014-03-18 14:10:50 +11:00
parent 3d5f71aba9
commit 69091e0785
4 changed files with 20 additions and 7 deletions
@@ -10,5 +10,6 @@ namespace Disco.Web.Models.Job
{
public string RedirectLink { get; set; }
public TimeSpan? RedirectDelay { get; set; }
public int JobId { get; set; }
}
}