Browse Source
added missing dataonly attribute so it polls every 20 seconds
pull/133/head
KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
resources/views/supportedapps/couchpotato.blade.php
|
@ -1,6 +1,7 @@ |
|
|
<h2>{{ __('app.apps.config') }} ({{ __('app.optional') }})</h2> |
|
|
<h2>{{ __('app.apps.config') }} ({{ __('app.optional') }})</h2> |
|
|
<div class="items"> |
|
|
<div class="items"> |
|
|
<input type="hidden" name="config[enabled]" value="1" /> |
|
|
<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" /> |
|
|
<input type="hidden" data-config="type" class="config-item" name="config[type]" value="\App\SupportedApps\CouchPotato" /> |
|
|
<div class="input"> |
|
|
<div class="input"> |
|
|
<label>{{ __('app.apps.apikey') }}</label> |
|
|
<label>{{ __('app.apps.apikey') }}</label> |
|
|