{% extends "base.html" %} {% block title %}Dashboard - Supervaizer Admin{% endblock %} {% block content %}

Dashboard

Total Jobs
{{ stats.jobs.total }}
Running: {{ stats.jobs.running }} | Completed: {{ stats.jobs.completed }} | Failed: {{ stats.jobs.failed }}
Total Cases
{{ stats.cases.total }}
Running: {{ stats.cases.running }} | Completed: {{ stats.cases.completed }} | Failed: {{ stats.cases.failed }}
System Status
{{ system_status }}
Persistent Storage: {{ data_storage_path }}
Database: {{ db_name }} | Collections: {{ stats.collections }}

Recent Activity

Loading recent activity...

This will show the latest entity updates.

{% endblock %}