KodeStar
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
resources/views/supportedapps/couchpotato.blade.php
|
|
@ -3,10 +3,14 @@ |
|
|
|
<input type="hidden" name="config[enabled]" value="1" /> |
|
|
|
<input type="hidden" data-config="dataonly" class="config-item" name="config[dataonly]" value="1" /> |
|
|
|
<input type="hidden" data-config="type" class="config-item" name="config[type]" value="\App\SupportedApps\CouchPotato" /> |
|
|
|
<div class="input"> |
|
|
|
<label>{{ strtoupper(__('app.url')) }}</label> |
|
|
|
{!! Form::text('config[override_url]', null, array('placeholder' => __('app.apps.override'), 'id' => 'override_url', 'class' => 'form-control')) !!} |
|
|
|
</div> |
|
|
|
<div class="input"> |
|
|
|
<label>{{ __('app.apps.apikey') }}</label> |
|
|
|
{!! Form::text('config[apikey]', null, array('placeholder' => __('app.apps.apikey'), 'data-config' => 'apikey', 'class' => 'form-control config-item')) !!} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="input"> |
|
|
|
<button style="margin-top: 32px;" class="btn test" id="test_config">Test</button> |
|
|
|
</div> |
|
|
|