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
@@ -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,