From 971123565f303fc6d7c5254e368fe099f104144a Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 13 Apr 2024 02:42:21 +0000 Subject: [PATCH] activity: Rearrange columns. --- .../activity/installation_activity_table.html | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/templates/corporate/activity/installation_activity_table.html b/templates/corporate/activity/installation_activity_table.html index 8c0b00f61e..efe6091712 100644 --- a/templates/corporate/activity/installation_activity_table.html +++ b/templates/corporate/activity/installation_activity_table.html @@ -38,17 +38,17 @@ Created (green if ≤12wk) {% if billing_enabled %} Plan type - Org type ARR Rate (%) {% endif %} + Org type + Referrer DAU WAU Total users Bots Human messages sent, last 8 UTC days (today-so-far first) - Referrer @@ -76,13 +76,7 @@ {{ row.plan_type_string }} - {% endif %} - - {{ row.org_type_string }} - - - {% if billing_enabled %} {% if row.arr %} {{ row.arr }} @@ -96,6 +90,14 @@ {% endif %} + + {{ row.org_type_string }} + + + + {{ row.how_realm_creator_found_zulip }} + + {{ row.dau_count }} @@ -119,10 +121,6 @@ {% else %} {% endif %} - - - {{ row.how_realm_creator_found_zulip }} - {% endfor %}