Skip to content

Commit

Permalink
Divide upstream and release syncing jobs into two charts
Browse files Browse the repository at this point in the history
Signed-off-by: Frantisek Lachman <[email protected]>
  • Loading branch information
lachmanfrantisek committed Sep 4, 2023
1 parent 4b4523c commit 54e0315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/app/Usage/UsageInterval.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ const UsageInterval: React.FC<UsageIntervalProps> = (props) => {
<CardBody>
<Flex>
{getLineChart(
Object.keys(data.jobs),
Object.keys(data.jobs).filter(
(obj) => obj !== "sync_release_runs",
),
data.jobs,
"Number of processed jobs",
)}
Expand Down

0 comments on commit 54e0315

Please sign in to comment.