Added ImageLink helpers for Ajax and Html links.

Added run button to System/Jobs.
This commit is contained in:
Mark McDowall
2011-12-15 00:25:16 -08:00
parent ed566e6e9a
commit 9264dcdf88
8 changed files with 99 additions and 3 deletions

View File

@@ -20,5 +20,8 @@ namespace NzbDrone.Core.Repository
public DateTime LastExecution { get; set; }
public Boolean Success { get; set; }
[Ignore]
public string Command { get; set; }
}
}