Feature: New Theme

New icon, theme, and fuzzy time. Add moment.js
This commit is contained in:
Gary Sharp
2013-12-24 14:15:07 +11:00
parent ec118a3395
commit f1ee2937cd
216 changed files with 7816 additions and 1948 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace Disco.Web.Models.Job
{
public Disco.Models.Repository.Job Job { get; set; }
public bool IsLongRunning { get; set; }
public TimeSpan? LongRunning { get; set; }
public List<Disco.Models.Repository.DocumentTemplate> AvailableDocumentTemplates { get; set; }
public List<Disco.Models.Repository.JobSubType> UpdatableJobSubTypes { get; set; }