mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
installation-activity: Fix ARR value in total row.
In commit ff8552269d, when we moved the links to the first column
of the activity charts, we missed updating the column for the ARR
total.
This commit is contained in:
committed by
Tim Abbott
parent
7d9c82cbea
commit
68f02da82e
@@ -253,8 +253,8 @@ def realm_summary_table() -> str:
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
f"${cents_to_dollar_string(total_arr)}",
|
||||
"",
|
||||
f"${cents_to_dollar_string(total_arr)}",
|
||||
"",
|
||||
total_dau_count,
|
||||
total_wau_count,
|
||||
|
||||
Reference in New Issue
Block a user