Browse Source

Create sonarr.blade.php

pull/271/head
alxlaxv 7 years ago
committed by GitHub
parent
commit
bcc1ddaca8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      resources/views/supportedapps/sonarr.blade.php

11
resources/views/supportedapps/sonarr.blade.php

@ -0,0 +1,11 @@
<h2>{{ __('app.apps.config') }} ({{ __('app.optional') }})</h2>
<div class="items">
<input type="hidden" data-config="type" class="config-item" name="config[type]" value="\App\SupportedApps\Sonarr" />
<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 class="input">
<button style="margin-top: 32px;" class="btn test" id="test_config">Test</button>
</div>
</div>
Loading…
Cancel
Save