arc-web-cli 0.7.2

Create self-contained Arc applications
1
{% extends "layouts/admin.html" %}{% import "components/ui.html" as ui %}{% block content %}<header class="page-head"><div><p class="eyebrow">Operations / overview</p><h1>System workbench</h1></div>{{ ui::status(label="AVAILABLE", tone="success") }}</header><section class="metric-grid"><article><span>Event store</span><strong>Connected</strong><small>Authoritative write log</small></article><article><span>Read models</span><strong>Available</strong><small>Projection store reachable</small></article><article><span>Throughput</span><strong>—</strong><small>Telemetry not configured</small></article><article><span>Dead letters</span><strong>—</strong><small>Distributed lane not configured</small></article></section><section class="panel"><div class="panel__head"><h2>Recent events</h2><span class="mono">LIVE DATA UNAVAILABLE</span></div>{{ ui::empty(title="No telemetry source", detail="Configure an event telemetry adapter to display recent activity. Arc never fabricates operational metrics.") }}</section>{% endblock content %}