+ System settings are unavailable because the control plane does not expose a settings + contract. +
++ Audit is unavailable at runtime because no audit data source was provided. +
+Read-only operational audit events.
++ Loading audit events… +
+ ) : null} + {error ? ( +Audit events could not be loaded.
+ +No audit events match the current query.
+ ) : null} + {!loading && result ? ( +| + + | + ))} + {[ + 'Actor ID', + 'Request ID', + 'Instance ID', + 'Job ID', + 'Item ID', + 'Attempt ID', + 'Preparation ID', + 'Parameters', + ].map((label) => ( ++ {label} + | + ))} +|||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| + + | +{item.action} | +{outcomeLabel(item.outcome)} | +{item.actorId} | +{item.requestId} | +{item.instanceId ?? '—'} | +{item.jobId ?? '—'} | +{item.itemId ?? '—'} | +{item.attemptId ?? '—'} | +{item.preparationId ?? '—'} | ++ {item.parameterSummary?.length + ? item.parameterSummary + .map((parameter) => `${parameter.fieldId}: ${parameter.displayValue}`) + .join(', ') + : '—'} + | +
+ Jobs are runtime-unavailable because no jobs data source was provided. +
+Read-only operation history.
++ Loading jobs… +
+ ) : null} + {failed ? ( ++ Jobs could not be loaded. + {failed !== true ? ` ${failed.code}: ${failed.title} (${failed.status})` : ''} +
+No jobs match the current query.
+ ) : null} + {!loading && !failed && result ? ( + <> +| + + | +Job | ++ + | ++ + | +Root job | +Items | +Attempts | +
|---|---|---|---|---|---|---|
| {item.createdAt} | +{item.id} | +{item.operationId} | +{statusLabel(item.status)} | +{item.rootJobId} | +
+ {item.items.length === 0 ? (
+
+ {item.status === 'queued' ||
+ item.status === 'running' ||
+ item.status === 'cancelling'
+ ? 'No terminal item results while this job is active.'
+ : 'No terminal item results.'}
+
+ ) : null}
+ {item.items.map((entry) => (
+
+ {entry.targetId} — {statusLabel(entry.state)}
+ {entry.error ? (
+ <>
+ {' '}
+ — {entry.error.code} — {entry.error.title} —{' '}
+ {entry.error.status}
+ >
+ ) : null}
+
+ ))}
+ |
+
+ {item.attempts.map((entry) => (
+
+ {entry.id} — {statusLabel(entry.state)}
+
+ ))}
+ |
+
Configure the SimAdmin instances available to this workspace.
++ Instances are runtime-unavailable because no fleet data source was provided. +
+ ) : null} + {loading ? ( ++ Loading instances… +
+ ) : null} + {failed ? ( +Instances could not be loaded.
+ {dataSource ? ( + + ) : null} +No instances are configured.
+ ) : null} + {!loading && !failed && snapshot && snapshot.instances.length > 0 ? ( +{instance.id}
: null} +