Feature #26: User Flags
Flags can be associated with Users. Includes minor updates to Job Queues and improved visibility of user information.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Config.UserFlag
|
||||
{
|
||||
public interface ConfigUserFlagIndexModel : BaseUIModel
|
||||
{
|
||||
List<Repository.UserFlag> UserFlags { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user