mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Added DeniedUsers to the view
This commit is contained in:
parent
2ee94f78b4
commit
55560611e8
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<small class="col-lg-offset-2">A comma separated list of users that you do not want to login.</small>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="deniedUsers" class="col-lg-2 control-label">Denied Users</label>
|
||||||
|
<div class="col-lg-10">
|
||||||
|
<input type="text" class="form-control-custom form-control " id="DeniedUsers" name="DeniedUsers" placeholder="e.g. John, Bobby" value="@Model.DeniedUsers">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue