mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Adds three columns to the remote server activity chart and updates the chart key for the third of those columns. The first is the plan name. If there are multiple plans with a status under the live threshhold, then we send "See support view". The second is the plan status. If there are multiple plans, then we send "Multiple plans". The third is the estimated annual revenue for the plan. Note that for free trials, this will be calculated as if the plan was paid for 12 months (so a full year). If there is no plan for the server under the live threshold or at all then "---" is inserted into the table row. Note that 100% sponsored servers/realms would fall into this category.
13 lines
587 B
HTML
13 lines
587 B
HTML
<h4>Chart key:</h4>
|
|
<ul>
|
|
<li><strong>Zulip version</strong> - as of last update time</li>
|
|
<li><strong>Mobile pushes forwarded</strong> - last 7 days, including today's current count</li>
|
|
<li><strong>ARR</strong> (annual recurring revenue) - the number of users they are paying for * annual price/user</li>
|
|
<li><strong>Links</strong>
|
|
<ul>
|
|
<li><strong><i class="fa fa-pie-chart"></i></strong> - remote server's stats page</li>
|
|
<li><strong><i class="fa fa-gear"></i></strong> - remote server's support page</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|