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:
ahmedshash
2015-12-22 21:16:34 +11:00
parent ad5aea6df2
commit 538fd2e394
6 changed files with 107 additions and 1 deletions
@@ -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")]