committed by
							
								 GitHub
								GitHub
							
						
					
				
				 1 changed files with 16 additions and 0 deletions
			
			
		| @ -0,0 +1,16 @@ | |||||
|  | <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\Radarr" /> | ||||
|  |     <input type="hidden" data-config="dataonly" class="config-item" name="config[dataonly]" value="1" /> | ||||
|  |     <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 class="input"> | ||||
|  |         <button style="margin-top: 32px;" class="btn test" id="test_config">Test</button> | ||||
|  |     </div> | ||||
|  | </div> | ||||
					Loading…
					
					
				
		Reference in new issue