{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Reliability - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Business Reliability

Operational continuity, offline fallback, graceful degradation, reconnect recovery, and retry protections.
{% for item in snapshot.protections %}
{{ 'Ready' if item.ready else 'Check' }}

{{ item.name }}

{{ item.detail }}

{% endfor %}

Deployment Trust

Rollback confidence: {{ deployment.rollback_confidence|title }}

{% endblock %}