Fix for ability to import keyboard in device import #94
As per request #94 this extends functionality when importing/exporting devices by adding a keyboard field.
This commit is contained in:
@@ -50,6 +50,8 @@ namespace Disco.Models.Services.Devices.Exporting
|
||||
public bool DetailACAdapter { get; set; }
|
||||
[Display(ShortName = "Details", Name = "Battery", Description = "The Battery associated with the device")]
|
||||
public bool DetailBattery { get; set; }
|
||||
[Display(ShortName = "Details", Name = "Keyboard", Description = "The Keyboard associated with the device")]
|
||||
public bool DetailKeyboard { get; set; }
|
||||
|
||||
// Model
|
||||
[Display(ShortName = "Model", Name = "Identifier", Description = "The identifier of the device model associated with the device")]
|
||||
|
||||
@@ -30,6 +30,8 @@ namespace Disco.Models.Services.Devices.Importing
|
||||
DetailACAdapter,
|
||||
[Display(Name = "Device Battery", Description = "The Battery associated with the device")]
|
||||
DetailBattery,
|
||||
[Display(Name = "Device Keyboard", Description = "The Keyboard associated with the device")]
|
||||
DetailKeyboard,
|
||||
|
||||
[Display(Name = "Model Identifier", Description = "The identifier of the device model associated with the device")]
|
||||
ModelId,
|
||||
|
||||
Reference in New Issue
Block a user