mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-04-20 06:07:02 -04:00
9 lines
540 B
HTML
9 lines
540 B
HTML
<section id="settingsLogsSection" class="content-section">
|
|
<div class="app-content-panel" style="padding: 20px;">
|
|
{% from 'components/page_header_partial.html' import page_header %}
|
|
{{ page_header(back_href='./#settings', parent_icon='fas fa-file-alt', parent_name='Settings', current_name='Logs', save_button_id='logs-save-button') }}
|
|
<div id="logsSettingsContainer" class="app-settings-panel active" style="display: block;">
|
|
<!-- Content will be loaded here -->
|
|
</div>
|
|
</div>
|
|
</section> |