mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Exclude "desktop" from Client tab of /realm_activity.
The "desktop" counts aggregate all desktop clients, but on the Clients tab, we are only interested in specific versions. (imported from commit eea2d8da584a6fa32fa1f3a2bae71ef5daaba738)
This commit is contained in:
parent
7a67fb34b0
commit
0c505c9b80
@ -2510,6 +2510,7 @@ def realm_client_table(user_summaries):
|
||||
'send',
|
||||
'pointer',
|
||||
'website',
|
||||
'desktop',
|
||||
]
|
||||
|
||||
rows = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user