Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ function App() {
</Panel>
</section>

<section className="grid gap-4 xl:grid-cols-[minmax(0,1fr)_minmax(0,2fr)]">
<section className="grid gap-4">
<Panel title="Process activity" action={<RefreshButton onClick={() => processes.refetch()} />}>
{processes.error ? <Banner tone="error" text={processes.error.message} /> : null}
<ProcessActivity data={processes.data} loading={processes.isLoading} />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/github_agent_bridge/dashboard_static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub Agent Bridge Dashboard</title>
<script type="module" crossorigin src="/assets/index-C9QNToVa.js"></script>
<script type="module" crossorigin src="/assets/index-C25QDM5A.js"></script>
<link rel="modulepreload" crossorigin href="/assets/charts-DRWoArYU.js">
<link rel="stylesheet" crossorigin href="/assets/index-Ck-5PREv.css">
<link rel="stylesheet" crossorigin href="/assets/index-CMqlfGS7.css">
</head>
<body>
<div id="root"></div>
Expand Down
Loading