sonarrradarrplexorganizrnginxdashboardlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximux
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							1.2 KiB
						
					
					
				|                     <section class="item-container" data-id="{{ $app->id }}"> | |
|                         <div class="item" style="background-color: {{ $app->colour }}"> | |
|                             @if($app->icon) | |
|                             <img class="app-icon" src="{{ asset('storage/'.$app->icon) }}" /> | |
|                             @else | |
|                             <img class="app-icon" src="{{ asset('img/heimdall-icon-small.png') }}" /> | |
|                             @endif | |
|                             <div class="details"> | |
|                                 <div class="title">{{ $app->title }}</div> | |
|                                 @if(isset($app->config->enabled) && ((bool)$app->config->enabled === true)) | |
|                                 <div data-id="{{ $app->id }}" data-dataonly="{{ $app->config->dataonly or '0' }}" class="livestats-container"></div> | |
|                                 @endif | |
|                             </div> | |
|                             <a class="link" href="{{ $app->url }}"><i class="fas fa-arrow-alt-to-right"></i></a> | |
|                         </div> | |
|                         <a class="item-edit" href="{{ route('items.edit', $app->id) }}"><i class="fas fa-pencil"></i></a> | |
|                          | |
|                     </section>
 | |
| 
 |