Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.Services.Authorization
|
||||
{
|
||||
public interface IClaimNavigatorItem
|
||||
{
|
||||
string Key { get; }
|
||||
string Name { get; }
|
||||
string Description { get; }
|
||||
bool Hidden { get; }
|
||||
|
||||
List<IClaimNavigatorItem> Children { get; }
|
||||
bool IsGroup { get; }
|
||||
bool? Value { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user