mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
some small tweaks around #218
Just added the link to the settings and some angular improvements
This commit is contained in:
parent
f8aaa993e2
commit
b03d9ef16e
5 changed files with 149 additions and 103 deletions
|
@ -31,6 +31,9 @@ using System.ComponentModel.DataAnnotations;
|
|||
namespace PlexRequests.Helpers.Permissions
|
||||
{
|
||||
[Flags]
|
||||
////
|
||||
//// NOTE if any are added, make sure we change the UserManagementHelper
|
||||
////
|
||||
public enum Permissions
|
||||
{
|
||||
[Display(Name = "Access Administration Settings")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue