mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-04-23 06:06:53 -04:00
16 lines
641 B
HTML
16 lines
641 B
HTML
<section id="prowlarrSection" class="content-section">
|
|
<link rel="stylesheet" href="./static/css/instance-editor.css?v=1.0.2">
|
|
<div class="content-boundary-inner">
|
|
{% from 'components/page_header_partial.html' import page_header %}
|
|
{{ page_header(back_href='./#apps', parent_icon='fas fa-th-large', parent_name='Apps', current_name='Prowlarr', sponsor_section_id='prowlarr') }}
|
|
<div id="prowlarrContainer" class="settings-container">
|
|
<!-- Prowlarr content will be loaded here -->
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<style>
|
|
#prowlarrContainer {
|
|
padding: 8px 0 20px 0;
|
|
}
|
|
</style> |