mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Adds a chart key to the top of the remote activity page. Also, combines the support and stats links for a remote server into one column.
12 lines
464 B
HTML
12 lines
464 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>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>
|