diff --git a/apps/route-admin/index.html b/apps/route-admin/index.html new file mode 100644 index 0000000..50fe3fd --- /dev/null +++ b/apps/route-admin/index.html @@ -0,0 +1,12 @@ + + +
+ + +Preview-first. Simulation never sends. Restricted destinations are deny-by-default.
+ +| origin | destination | restriction | mode | enabled | +
|---|---|---|---|---|
| {b.originChannelType}{b.originRef ? `:${b.originRef}` : ''} | +{b.destinationChannelType}{b.destinationRef ? `:${b.destinationRef}` : ''} | +{b.restrictionProfile ?? '—'} | +{b.mode} | +{b.enabled ? '✓' : '—'} | +
{busy}
} + {simRows.length > 0 && ( +| destination | decision | reason codes | preview | +
|---|
No decisions yet — simulate above.
} +| + {d.decisionState === 'REVIEW' ? ( + <> + + + > + ) : d.executed ? '↪ forwarded (sandbox)' : '—'} + | +