mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed #615
This commit is contained in:
parent
6f11b9efb0
commit
d4da525985
1 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
|||
<!--Templates-->
|
||||
|
||||
<script id="plexAuthArea" type="text/html">
|
||||
<form method="post" action="/wizard/plexAuth" id="plexAuthForm">
|
||||
<form method="post" action="@formAction/wizard/plexAuth" id="plexAuthForm">
|
||||
<h4 class="media-heading landing-title">Plex Authentication</h4>
|
||||
<div class="form-group">
|
||||
<label for="username" class="control-label">Username and Password</label>
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
|
||||
<script id="plexArea" type="text/html">
|
||||
<form method="post" action="/wizard/plex" id="plexForm">
|
||||
<form method="post" action="@formAction/wizard/plex" id="plexForm">
|
||||
<h4 class="media-heading landing-title">Plex Settings</h4>
|
||||
<div class="form-group">
|
||||
<label for="Ip" class="control-label">Plex Hostname or IP Address</label>
|
||||
|
@ -87,7 +87,7 @@
|
|||
</script>
|
||||
|
||||
<script id="plexRequestArea" type="text/html">
|
||||
<form method="post" action="/wizard/plexrequest" id="plexRequestForm">
|
||||
<form method="post" action="@formAction/wizard/plexrequest" id="plexRequestForm">
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" id="SearchForMovies" name="SearchForMovies"><label id="SearchForMoviesLabel" for="SearchForMovies">Allow searching for Movies</label>
|
||||
|
@ -129,7 +129,7 @@
|
|||
</script>
|
||||
|
||||
<script id="authArea" type="text/html">
|
||||
<form method="post" action="/wizard/auth" id="authForm">
|
||||
<form method="post" action="@formAction/wizard/auth" id="authForm">
|
||||
<div class="form-group">
|
||||
<div class="checkbox userAuthTooltip" title="This will only allow the users that are your friends on Plex to log into Plex Requests. Note: They only need to enter their username, unless the below option is selected.">
|
||||
<input type="checkbox" id="userAuth" name="UserAuthentication">
|
||||
|
@ -153,7 +153,7 @@
|
|||
</script>
|
||||
|
||||
<script id="adminArea" type="text/html">
|
||||
<form method="post" action="/wizard/createuser" id="adminForm">
|
||||
<form method="post" action="@formAction/wizard/createuser" id="adminForm">
|
||||
<h4 class="media-heading landing-title">Create the Admin account</h4>
|
||||
<small>This account will be used to configure your settings and also manage all of the requests.</small>
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue