fix: add spacing below dismiss alert on Runtime page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
background: var(--bg-body);
|
||||
}
|
||||
|
||||
/* Dismiss alert */
|
||||
.dismissAlert { margin-bottom: 20px; }
|
||||
|
||||
/* Stat strip */
|
||||
.statStrip {
|
||||
display: grid;
|
||||
|
||||
@@ -297,7 +297,7 @@ export default function AgentHealth() {
|
||||
{/* No agents warning + dismiss — shown when app-scoped, no agents, admin */}
|
||||
{appId && agentList.length === 0 && isAdmin && (
|
||||
<>
|
||||
<Alert variant="warning" title="No agents connected">
|
||||
<Alert variant="warning" title="No agents connected" className={styles.dismissAlert}>
|
||||
<span>
|
||||
{catalogEntry?.managed ? 'Managed app' : 'Discovered app'} — {(catalogEntry?.exchangeCount ?? 0).toLocaleString()} exchanges recorded.
|
||||
{' '}You can dismiss this application to remove it and all associated data.
|
||||
|
||||
Reference in New Issue
Block a user