Feature: Repository Monitor

Cached Job Index, Live Job Message Update
This commit is contained in:
Gary Sharp
2013-04-11 19:10:38 +10:00
parent b5531e64bd
commit b79723d432
34 changed files with 803 additions and 262 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace Disco.Models.BI.Job
public bool ShowStatus { get; set; }
public bool IsSmallTable { get; set; }
public bool HideClosedJobs { get; set; }
public List<JobTableItemModel> Items { get; set; }
public virtual List<JobTableItemModel> Items { get; set; }
public JobTableModel()
{
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0405.1309")]
[assembly: AssemblyFileVersion("1.2.0405.1309")]
[assembly: AssemblyVersion("1.2.0411.1908")]
[assembly: AssemblyFileVersion("1.2.0411.1908")]