No combos yet
-- Create model combos with weighted routing and fallback support -
- -Size
++ {cache.size}/{cache.maxSize} +
+Hit Rate
+{cache.hitRate?.toFixed(1) ?? 0}%
+Hits
+{cache.hits ?? 0}
+Evictions
+{cache.evictions ?? 0}
+Loading cache stats…
+ )} +Loading audit log…
+ ) : filtered.length === 0 ? ( +No audit events found.
+ ) : ( +| Time | +Action | +Actor | +Details | +
|---|---|---|---|
| + {log.timestamp ? new Date(log.timestamp).toLocaleString() : "—"} + | ++ + {log.action || "—"} + + | +{log.actor || "system"} | ++ {log.details ? JSON.stringify(log.details) : "—"} + | +
No data yet
+ )} +No data yet
+ )} +No data yet
+ )} +