Update #15: Community Reporting

Active Devices are more correctly reported, and metrics on warranty job
vendor logging.
This commit is contained in:
Gary Sharp
2013-10-29 14:36:29 +11:00
parent df633b3591
commit 76aead2011
3 changed files with 14 additions and 14 deletions
@@ -20,10 +20,13 @@ namespace Disco.Models.BI.Interop.Community
public List<Stat> Stat_JobCounts { get; set; }
public List<Stat> Stat_OpenJobCounts { get; set; }
public List<Stat> Stat_ActiveDeviceModelCounts { get; set; }
public List<Stat> Stat_DeviceModelCounts { get; set; }
public List<Stat> Stat_UserCounts { get; set; }
public List<PluginRef> InstalledPlugins { get; set; }
public List<Stat> Stat_JobWarrantyVendorCounts { get; set; }
public class Stat
{
public string Key { get; set; }