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
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:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user