Skip to content

Commit

Permalink
Merge branch 'add-treasury-dash' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed May 2, 2024
2 parents e2b28ed + 8833b1e commit 52617ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ services:
tag: ${GITHUB_SHA}
health_check:
http_path: /
initial_delay_seconds: 60
timeout_seconds: 1200
initial_delay_seconds: 15
timeout_seconds: 120
period_seconds: 20
success_threshold: 1
failure_threshold: 20
Expand Down
4 changes: 2 additions & 2 deletions src/apps/treasury/pages/hud.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def query_last_metric():
)
green_ratio_fig.update_layout(
title_x=0.1,
title_font_size=30,
title_font_size=26,
title_font_family='Poppins-Bold',
legend=dict(
yanchor='bottom',
Expand All @@ -187,7 +187,7 @@ def query_last_metric():
)
green_ratio_target_fig.update_layout(
title_x=0.1,
title_font_size=30,
title_font_size=26,
title_font_family='Poppins-Bold',
legend=dict(
yanchor='bottom',
Expand Down

0 comments on commit 52617ff

Please sign in to comment.