Update #15: Community Reporting
Active Devices are more correctly reported, and metrics on warranty job vendor logging.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user