feat: add system test validation and router admin controls

This commit is contained in:
john
2026-07-04 23:01:30 +08:00
parent d2b97491ef
commit f63bb894d9
12 changed files with 981 additions and 3 deletions
+24
View File
@@ -1649,6 +1649,30 @@ body,
margin-top: 4px;
}
.system-test-account-panel {
display: grid;
gap: 10px;
padding: 14px;
border: 1px solid var(--color-border-input);
border-radius: var(--radius-md);
background: var(--color-bg-subtle, rgba(0, 0, 0, 0.02));
}
.system-test-account-select {
display: grid;
gap: 8px;
}
.system-test-account-actions {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.system-test-account-summary {
font-size: 13px;
}
/* ── Plan catalog table extras ──────────────────────────────────── */
.plan-desc {
font-size: 11px;