fix(web): keep autonomous runtime control visible during partial load
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 19s
CD Pipeline / build-and-deploy (push) Successful in 3m38s
CD Pipeline / post-deploy-checks (push) Successful in 55s

This commit is contained in:
Your Name
2026-06-29 17:51:09 +08:00
parent a8d7be6aa6
commit f59c3e092a

View File

@@ -3120,6 +3120,9 @@ export function AutomationInventoryTab() {
t={t}
pendingReadModelCount={1}
/>
{autonomousRuntimeControl ? (
<AutonomousRuntimeControlPriorityPanel control={autonomousRuntimeControl} t={t} />
) : null}
<GlassCard variant="subtle" padding="md">
<span style={{ fontFamily: "'DM Mono', monospace", fontSize: 11, color: '#87867f', lineHeight: 1.55, overflowWrap: 'anywhere' }}>
{t('readModelPartial.boundary')}