remove device custom details
this plugin functionality has never been used
This commit is contained in:
@@ -130,8 +130,6 @@ namespace Disco.Models.Services.Devices.Exporting
|
||||
public bool DetailBattery { get; set; }
|
||||
[Display(ShortName = "Details", Name = "Keyboard", Description = "The Keyboard associated with the device")]
|
||||
public bool DetailKeyboard { get; set; }
|
||||
[Display(ShortName = "Details", Name = "Custom Details", Description = "Custom details provided by plugins")]
|
||||
public bool DetailCustom { get; set; }
|
||||
|
||||
public static DeviceExportOptions DefaultOptions()
|
||||
{
|
||||
|
||||
@@ -21,7 +21,6 @@ namespace Disco.Models.Services.Devices.Exporting
|
||||
public List<string> DeviceDetailLanMacAddresses { get; set; }
|
||||
public List<string> DeviceDetailWlanMacAddresses { get; set; }
|
||||
public List<Battery> DeviceDetailBatteries { get; set; }
|
||||
public Dictionary<string, string> DeviceDetailCustom { get; set; }
|
||||
|
||||
// Model
|
||||
public int? ModelId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user