mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
fixup! Reset the branch on v2.1.0 tag to get to a shared state between dev and Master.
This commit is contained in:
parent
2e8736de46
commit
a0c783ea81
4 changed files with 13 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
@using Ombi.UI.Helpers
|
||||
@using Ombi.UI.Helpers
|
||||
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<Ombi.Core.SettingModels.UserManagementSettings>
|
||||
@Html.Partial("Shared/Partial/_Sidebar")
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
|||
@Html.Checkbox(Model.UsersCanViewOnlyOwnIssues, "UsersCanViewOnlyOwnIssues", "Users can only view their own issues")
|
||||
@Html.Checkbox(Model.UsersCanViewOnlyOwnRequests, "UsersCanViewOnlyOwnRequests", "Users can only view their own requests")
|
||||
@Html.Checkbox(Model.BypassRequestLimit, "BypassRequestLimit", "Bypass the request limit")
|
||||
@Html.Checkbox(Model.ViewUsers, "ViewUsers", "User can see who made requests")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue