This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2ae6d4bf5d Fix Cluster Activity Health margin (#33456)
2ae6d4bf5d is described below
commit 2ae6d4bf5d5dab070d806a22071b23b4f40946f3
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Wed Aug 16 23:36:22 2023 +0200
Fix Cluster Activity Health margin (#33456)
---
airflow/www/static/js/cluster-activity/live-metrics/Health.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow/www/static/js/cluster-activity/live-metrics/Health.tsx
b/airflow/www/static/js/cluster-activity/live-metrics/Health.tsx
index 49bafaeac0..438ce24c21 100644
--- a/airflow/www/static/js/cluster-activity/live-metrics/Health.tsx
+++ b/airflow/www/static/js/cluster-activity/live-metrics/Health.tsx
@@ -105,6 +105,7 @@ const Health = (props: CenterProps) => {
title="Triggerer"
status={data?.triggerer?.status}
latestHeartbeat={data?.triggerer?.latestTriggererHeartbeat}
+ mb={3}
/>
<HealthSection
title="Dag Processor"