#138 device flags configuration API and UI
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Disco.Models.UI.Config.DeviceFlag;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Web.Areas.Config.Models.DeviceFlag
|
||||
{
|
||||
public class IndexModel : ConfigDeviceFlagIndexModel
|
||||
{
|
||||
public Dictionary<Disco.Models.Repository.DeviceFlag, int> DeviceFlags { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user