{# app/templates/admin/background-tasks.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% block title %}Background Tasks{% endblock %} {% block alpine_data %}backgroundTasks(){% endblock %} {% block extra_scripts %} {% endblock %} {% block content %} {% call page_header_flex(title='Background Tasks', subtitle='Monitor running and completed background tasks') %} {{ refresh_button(variant='secondary') }} {% endcall %} {{ loading_state('Loading tasks...') }} {{ error_state('Error loading tasks') }}
Running
0
Today
0
Failed
0
Total
0
Started by at
elapsed
| Type | Description | Started | Duration | Triggered By | Status |
|---|---|---|---|---|---|
No tasks found