{% extends "pobsync_backend/base.html" %} {% block title %}Self Check | pobsync{% endblock %} {% block content %} Operations Self Check Runtime, filesystem, service, and configuration checks for this pobsync installation. Back to dashboard OK{{ summary.ok }} Warnings{{ summary.warning }} Failed{{ summary.failed }} Skipped{{ summary.skipped }} Checks Status Check Message Detail {% for check in checks %} {{ check.status }} {{ check.name }} {{ check.message }} {{ check.detail }} {% endfor %} {% endblock %}