 KodeStar
					
					7 years ago
						KodeStar
					
					7 years ago
					
						
							committed by
							
								 GitHub
								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,6 +3,10 @@ | 
			
		
	
		
		
			
				
					|  |  |     <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="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"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         <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"> |  |  |     <div class="input"> | 
			
		
	
		
		
			
				
					|  |  |         <label>{{ __('app.apps.apikey') }}</label> |  |  |         <label>{{ __('app.apps.apikey') }}</label> | 
			
		
	
		
		
			
				
					|  |  |         {!! Form::text('config[apikey]', null, array('placeholder' => __('app.apps.apikey'), 'data-config' => 'apikey', 'class' => 'form-control config-item')) !!} |  |  |         {!! Form::text('config[apikey]', null, array('placeholder' => __('app.apps.apikey'), 'data-config' => 'apikey', 'class' => 'form-control config-item')) !!} | 
			
		
	
	
		
		
			
				
					|  | 
 |